fix(auth): resume Kakao OTP during auto login
This commit is contained in:
@@ -36,5 +36,6 @@ export type AutoLoginResponse = {
|
||||
export type AutoLoginFailed = {
|
||||
result: false,
|
||||
silent: boolean,
|
||||
reqOTP?: boolean,
|
||||
reason: string,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user