mirror of
https://github.com/bitwarden/web
synced 2025-12-16 16:23:31 +00:00
Add show/hide button to password prompt (#1034)
This commit is contained in:
@@ -12,9 +12,9 @@ import { ToasterModule } from 'angular2-toaster';
|
||||
import { InfiniteScrollModule } from 'ngx-infinite-scroll';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { ModalComponent } from './modal.component';
|
||||
|
||||
import { AvatarComponent } from './components/avatar.component';
|
||||
import { PasswordRepromptComponent } from './components/password-reprompt.component';
|
||||
import { PasswordStrengthComponent } from './components/password-strength.component';
|
||||
|
||||
import { FooterComponent } from './layouts/footer.component';
|
||||
@@ -356,7 +356,6 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
LinkSsoComponent,
|
||||
LockComponent,
|
||||
LoginComponent,
|
||||
ModalComponent,
|
||||
NavbarComponent,
|
||||
OptionsComponent,
|
||||
OrgAccountComponent,
|
||||
@@ -402,6 +401,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
PasswordGeneratorComponent,
|
||||
PasswordGeneratorHistoryComponent,
|
||||
PasswordStrengthComponent,
|
||||
PasswordRepromptComponent,
|
||||
PaymentComponent,
|
||||
PremiumComponent,
|
||||
ProfileComponent,
|
||||
@@ -468,7 +468,6 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
I18nPipe,
|
||||
SearchPipe,
|
||||
UserNamePipe,
|
||||
ModalComponent,
|
||||
NavbarComponent,
|
||||
FooterComponent,
|
||||
OrganizationPlansComponent,
|
||||
|
||||
Reference in New Issue
Block a user