Move out new-user and forgot-password items menu from LogInPasswordComponent

This commit is contained in:
Giuseppe Digilio
2019-10-24 22:44:36 +02:00
parent ab117105b3
commit 61eccb2973
5 changed files with 148 additions and 25 deletions

View File

@@ -24,9 +24,4 @@
<button class="btn btn-lg btn-primary btn-block mt-3" type="submit"
[disabled]="!form.valid">{{"login.form.submit" | translate}}</button>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">{{"login.form.new-user" | translate}}</a>
<a class="dropdown-item" href="#">{{"login.form.forgot-password" | translate}}</a>
</form>