1
0
mirror of https://github.com/bitwarden/web synced 2026-01-14 22:43:14 +00:00

add link to help article

This commit is contained in:
Kyle Spearrin
2022-03-31 16:01:05 -04:00
parent cdc2705532
commit 9ad092807f

View File

@@ -232,9 +232,18 @@
</ng-container>
<ng-container *ngIf="type === 'username'">
<div class="form-group">
<label class="d-block">
{{ "usernameType" | i18n }}
</label>
<div class="d-flex">
<label>{{ "usernameType" | i18n }}</label>
<a
class="ml-auto"
href="https://bitwarden.com/help/generator/#username-types"
target="_blank"
rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>
</div>
<div class="form-check" *ngFor="let o of usernameTypeOptions">
<input
class="form-check-input"