迁移后端到stdb
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type AuthBindingStatus = 'active' | 'pending_bind_phone';
|
||||
export type AuthLoginMethod = 'password' | 'phone' | 'wechat';
|
||||
export type AuthLoginMethod = 'guest' | 'jwt' | 'password' | 'phone' | 'wechat';
|
||||
|
||||
export type AuthUser = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user