Merge pull request #2181 from Unimatrix0/patch-1

Sign In rather than Login/Continue
pull/2183/head^2
Jamie 7 years ago committed by GitHub
commit 2bcbc56721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,11 +43,11 @@ include the remember me checkbox
<!-- Main OAuth Flow -->
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
<button class="btn btn-success" type="button" (click)="loginWithOmbi = true">
Login With {{appName}}</button>
Sign In With {{appName}}</button>
</div>
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
<button class="btn btn-primary" type="button" (click)="oauth()">
Continue With Plex</button>
Sign In With Plex</button>
</div>
@ -55,4 +55,4 @@ include the remember me checkbox
<!-- /card-container -->
</div>
<!-- /container -->
</div>
</div>

Loading…
Cancel
Save