Browse Source

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

pull/1105/head
Addison Beck 4 years ago committed by GitHub
parent
commit
aafcc88162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bitwarden_license/src/app/providers/setup/setup-provider.component.html

4
bitwarden_license/src/app/providers/setup/setup-provider.component.html

@ -19,10 +19,6 @@ @@ -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>

Loading…
Cancel
Save