style: format HTML and TypeScript files for consistency
This commit is contained in:
parent
cb658a7721
commit
56cb68a3ce
4 changed files with 17 additions and 10 deletions
|
@ -24,10 +24,17 @@
|
|||
placeholder="Aurelius14"
|
||||
/>
|
||||
</mat-form-field>
|
||||
<button class="mb-3" mat-flat-button type="submit" (click)="submit()">Login</button>
|
||||
<button class="mb-3" mat-flat-button type="submit" (click)="submit()">
|
||||
Login
|
||||
</button>
|
||||
<mat-divider></mat-divider>
|
||||
<button mat-flat-button [style.backgroundColor]="'#FD4B2D'" class="mt-3 mat-authentik" (click)="loginWithAuthentik()">
|
||||
Log in with Authentik
|
||||
<button
|
||||
mat-flat-button
|
||||
[style.backgroundColor]="'#FD4B2D'"
|
||||
class="mt-3 mat-authentik"
|
||||
(click)="loginWithAuthentik()"
|
||||
>
|
||||
Log in with Authentik
|
||||
</button>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue