mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
Sign In rather than Login/Continue
This commit is contained in:
parent
2c08908c8b
commit
77280cf4ae
1 changed files with 3 additions and 3 deletions
|
@ -43,11 +43,11 @@ include the remember me checkbox
|
||||||
<!-- Main OAuth Flow -->
|
<!-- Main OAuth Flow -->
|
||||||
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
|
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
|
||||||
<button class="btn btn-success" type="button" (click)="loginWithOmbi = true">
|
<button class="btn btn-success" type="button" (click)="loginWithOmbi = true">
|
||||||
Login With {{appName}}</button>
|
Sign In With {{appName}}</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
|
<div class="form-signin" *ngIf="plexEnabled && customizationSettings.applicationUrl && !loginWithOmbi">
|
||||||
<button class="btn btn-primary" type="button" (click)="oauth()">
|
<button class="btn btn-primary" type="button" (click)="oauth()">
|
||||||
Continue With Plex</button>
|
Sign In With Plex</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,4 +55,4 @@ include the remember me checkbox
|
||||||
<!-- /card-container -->
|
<!-- /card-container -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /container -->
|
<!-- /container -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue