mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -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 -->
|
||||
<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…
Add table
Add a link
Reference in a new issue