mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Wrap sso login with pre-validation check (#160)
* Wrap sso login with pre-validation check * Add form promise for SSO preValidate * Removed boolean variable, .catch()
This commit is contained in:
@@ -306,4 +306,6 @@ export abstract class ApiService {
|
||||
getActiveBearerToken: () => Promise<string>;
|
||||
fetch: (request: Request) => Promise<Response>;
|
||||
nativeFetch: (request: Request) => Promise<Response>;
|
||||
|
||||
preValidateSso: (identifier: string) => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user