mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[PM-15061] extract encryptors from generator service (#12068)
* introduce legacy encryptor provider * port credential generation service to encryptor provider
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</bit-form-field>
|
||||
<bit-form-field *ngIf="displayToken">
|
||||
<bit-label>{{ "apiKey" | i18n }}</bit-label>
|
||||
<input bitInput formControlName="token" type="password" />
|
||||
<input bitInput formControlName="token" type="password" (change)="save('password')" />
|
||||
<button
|
||||
type="button"
|
||||
bitIconButton
|
||||
|
||||
Reference in New Issue
Block a user