mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
refactor(server): auth (#7994)
This commit is contained in:
@@ -1160,7 +1160,7 @@ export interface UserType {
|
||||
/** @deprecated use `UserType.subscriptions` */
|
||||
subscription: Maybe<UserSubscription>;
|
||||
subscriptions: Array<UserSubscription>;
|
||||
/** @deprecated use [/api/auth/authorize] */
|
||||
/** @deprecated use [/api/auth/sign-in?native=true] instead */
|
||||
token: TokenType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user