Pre Merge pull request !26 from Admin/N/A

This commit is contained in:
Admin 2023-07-13 12:40:37 +00:00 committed by Gitee
commit f60614e8d4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,9 +19,9 @@ export interface LoginData {
username?: string;
password?: string;
rememberMe?: boolean;
socialCode?: string,
socialState?: string,
source?: string,
socialCode?: string;
socialState?: string;
source?: string;
code?: string;
uuid?: string;
clientId: string;