Fixed an issue where sometimes the OAuth wouldn't work when loading the login page

This commit is contained in:
Jamie Rees 2018-05-08 14:44:31 +01:00
commit 4cb88efc06

View file

@ -2,7 +2,7 @@
you can substitue the span of reauth email for a input with the email and you can substitue the span of reauth email for a input with the email and
include the remember me checkbox include the remember me checkbox
--> -->
<div *ngIf="form && customizationSettings"> <div *ngIf="form && customizationSettings && authenticationSettings">
<div *ngIf="background" @fadeInOut class="bg" [style.background-image]="background"></div> <div *ngIf="background" @fadeInOut class="bg" [style.background-image]="background"></div>
<div class="container" id="login"> <div class="container" id="login">