Commits

Michael Spalti authored ec73f1c1a6b Merge
Merge branch 'main' into item-back-button
No tags

src/app/shared/log-in/log-in.component.html

Modified
1 1 <ds-themed-loading *ngIf="(loading | async) || (isAuthenticated | async)" class="m-5"></ds-themed-loading>
2 2 <div *ngIf="!(loading | async) && !(isAuthenticated | async)" class="px-4 py-3 login-container">
3 - <ng-container *ngFor="let authMethod of (authMethods | async); let i = index">
3 + <ng-container *ngFor="let authMethod of (authMethods); let i = index">
4 4 <div *ngIf="i === 1" class="text-center mt-2">
5 5 <span class="align-middle">{{"login.form.or-divider" | translate}}</span>
6 6 </div>
7 7 <ds-log-in-container [authMethod]="authMethod" [isStandalonePage]="isStandalonePage"></ds-log-in-container>
8 8 </ng-container>
9 9
10 10 <div class="dropdown-divider"></div>
11 11 <a class="dropdown-item" *ngIf="canRegister$ | async" [routerLink]="[getRegisterRoute()]" [attr.data-test]="'register' | dsBrowserOnly">{{"login.form.new-user" | translate}}</a>
12 12 <a class="dropdown-item" [routerLink]="[getForgotRoute()]" [attr.data-test]="'forgot' | dsBrowserOnly">{{"login.form.forgot-password" | translate}}</a>
13 13 </div>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut