refactor(login): rename clientId to clientConfigld
standardize parameter name across login flows, add missing clientConfigld to Google OAuth login request
This commit is contained in:
@@ -9,7 +9,7 @@ export interface OauthTokenRequest {
|
||||
scope?: string;
|
||||
mobile?: string;
|
||||
code?: string;
|
||||
clientId?: string;
|
||||
clientConfigld?: string;
|
||||
[property: string]: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user