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

pull/2242/head
Jamie Rees 6 years ago
parent 56658f02db
commit 4cb88efc06

@ -2,7 +2,7 @@
you can substitue the span of reauth email for a input with the email and
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 class="container" id="login">

Loading…
Cancel
Save