修复导入用户丢失问题
This commit is contained in:
@@ -53,7 +53,6 @@ export interface IStorage {
|
||||
migrateFavorites(userName: string): Promise<void>;
|
||||
|
||||
// 用户相关
|
||||
registerUser(userName: string, password: string): Promise<void>;
|
||||
verifyUser(userName: string, password: string): Promise<boolean>;
|
||||
// 检查用户是否存在(无需密码)
|
||||
checkUserExist(userName: string): Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user