upToDate - ready to be worked on

This commit is contained in:
Julius Gruber
2019-10-08 10:13:46 +02:00
parent 46878a7875
commit 95239e0590
5 changed files with 25 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ export class LogInComponent implements OnInit {
*/
@Input() authMethodData: Observable<AuthMethodModel[]>;
@Input() isStandalonePage: boolean;
/**
* Whether user is authenticated.
* @type {Observable<string>}