mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed an issue where sometimes the OAuth wouldn't work when loading the login page
This commit is contained in:
parent
56658f02db
commit
4cb88efc06
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue