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