1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00
Files
browser/scripts/migration/i18n/templates/test-enhanced-sample.html
2025-07-28 15:57:28 +02:00

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>