1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 17:43:39 +00:00

button roles

This commit is contained in:
Kyle Spearrin
2019-04-03 00:04:42 -04:00
parent 1c5233c7dd
commit 5506d1c5ca
10 changed files with 34 additions and 33 deletions

View File

@@ -64,8 +64,8 @@
<a routerLink="/login" class="btn block">{{'cancel' | i18n}}</a>
</div>
<div class="sub-options">
<a href="#" appStopClick (click)="anotherMethod()">{{'useAnotherTwoStepMethod' | i18n}}</a>
<a href="#" appStopClick (click)="sendEmail(true)" [appApiAction]="emailPromise"
<a href="#" appStopClick (click)="anotherMethod()" role="button">{{'useAnotherTwoStepMethod' | i18n}}</a>
<a href="#" appStopClick (click)="sendEmail(true)" [appApiAction]="emailPromise" role="button"
*ngIf="selectedProviderType === providerType.Email">
{{'sendVerificationCodeEmailAgain' | i18n}}
</a>