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:
duanshuwen
2026-06-22 10:00:31 +08:00
parent 8792c6f837
commit 563b72ff90
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ export interface OauthTokenRequest {
scope?: string;
mobile?: string;
code?: string;
clientId?: string;
clientConfigld?: string;
[property: string]: any;
}