mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
8 lines
304 B
HTML
8 lines
304 B
HTML
<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>
|