mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
15 changed files with 112 additions and 58 deletions
@ -1,5 +1,6 @@ |
|||||
export interface LoginWithAccessTokenDialogParams { |
export interface LoginWithAccessTokenDialogParams { |
||||
accessToken: string; |
accessToken: string; |
||||
hasPermissionToUseSocialLogin: boolean; |
hasPermissionToUseAuthGoogle: boolean; |
||||
|
hasPermissionToUseAuthToken: boolean; |
||||
title: string; |
title: string; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue