1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Removed create account button from provider setup email (#1100)

This commit is contained in:
Addison Beck
2021-07-28 13:56:52 -04:00
committed by GitHub
parent 5a3bd22132
commit aafcc88162

View File

@@ -19,10 +19,6 @@
<a routerLink="/" [queryParams]="{email: email}" class="btn btn-primary btn-block">
{{'logIn' | i18n}}
</a>
<a routerLink="/register" [queryParams]="{email: email}"
class="btn btn-primary btn-block ml-2 mt-0">
{{'createAccount' | i18n}}
</a>
</div>
</div>
</div>