Skip to content

Commit f0a9596

Browse files
author
Matus Kasak
committed
Added back the registration of new user
1 parent c660b4b commit f0a9596

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
</form>
2929

3030
<div class="mt-2">
31+
<a class="dropdown-item" *ngIf="canRegister$ | async" [routerLink]="[getRegisterRoute()]" [attr.data-test]="'register' | dsBrowserOnly" tabindex="0">
32+
{{ 'login.form.new-user' | translate }}
33+
</a>
3134
<a class="dropdown-item" [routerLink]="[getForgotRoute()]" [attr.data-test]="'forgot' | dsBrowserOnly" tabindex="0">
3235
{{ 'login.form.forgot-password' | translate }}
3336
</a>

0 commit comments

Comments
 (0)