mirror of https://github.com/ghostfolio/ghostfolio
9 changed files with 63 additions and 32 deletions
@ -1,6 +1,7 @@ |
|||||
export interface LoginWithAccessTokenDialogParams { |
export interface LoginWithAccessTokenDialogParams { |
||||
accessToken: string; |
accessToken: string; |
||||
hasPermissionToUseSocialLogin: boolean; |
hasPermissionToUseSocialLogin: boolean; |
||||
|
isAccessTokenLoginEnabled?: boolean; |
||||
socialLoginProviders?: string[]; |
socialLoginProviders?: string[]; |
||||
title: string; |
title: string; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue