mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Added the custom logo on the login page
This commit is contained in:
parent
76c5b99c16
commit
7f8493869b
1 changed files with 42 additions and 41 deletions
|
@ -1,10 +1,11 @@
|
|||
|
||||
<div *ngIf="background" @fadeInOut class="bg" [style.background-image]="background"></div>
|
||||
<div *ngIf="background" @fadeInOut class="bg" [style.background-image]="background">
|
||||
</div>
|
||||
<div class="small-middle-container">
|
||||
<div *ngIf="form && customizationSettings && authenticationSettings">
|
||||
|
||||
<mat-card class="mat-elevation-z8 top-margin">
|
||||
<img mat-card-image src="{{baseUrl}}/images/logo.png">
|
||||
<img mat-card-image *ngIf="!customizationSettings.logo" src="{{baseUrl}}/images/logo.png">
|
||||
<img mat-card-image *ngIf="customizationSettings.logo" [src]="customizationSettings.logo">
|
||||
<mat-card-content *ngIf="!authenticationSettings.enableOAuth || loginWithOmbi">
|
||||
<form *ngIf="authenticationSettings" class="form-signin" novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue