1
0
mirror of https://github.com/bitwarden/web synced 2026-01-09 12:03:48 +00:00

[CL-38] Follow Angular styleguide naming convention (#1655)

This commit is contained in:
Oscar Hinton
2022-06-02 11:34:27 +02:00
committed by GitHub
parent b6b7298980
commit fb35805202
21 changed files with 57 additions and 73 deletions

View File

@@ -8,10 +8,10 @@
<p>
{{ "userApiKeyDesc" | i18n }}
</p>
<button bit-button buttonType="secondary" (click)="viewUserApiKey()">
<button bitButton buttonType="secondary" (click)="viewUserApiKey()">
{{ "viewApiKey" | i18n }}
</button>
<button bit-button buttonType="secondary" (click)="rotateUserApiKey()">
<button bitButton buttonType="secondary" (click)="rotateUserApiKey()">
{{ "rotateApiKey" | i18n }}
</button>
<ng-template #viewUserApiKeyTemplate></ng-template>