mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
Support mapping
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="login-form">
|
||||
<h1>{{ 'logIn' | i18n }}</h1>
|
||||
<p>{{ 'loginOrCreateNewAccount' | i18n }}</p>
|
||||
<input [placeholder]="'emailAddress' | i18n" type="email" />
|
||||
<input [placeholder]="'masterPass' | i18n" type="password" />
|
||||
<button [title]="'logIn' | i18n">{{ 'logIn' | i18n }}</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user