make translation api public to fetch on first app start
This commit is contained in:
@ -602,6 +602,12 @@ th.sort-desc::after { content: ' \2193'; opacity: 1; }
|
||||
font-size: .9rem;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.login-card .login-privacy-note {
|
||||
color: var(--text-secondary);
|
||||
font-size: .8rem;
|
||||
line-height: 1.4;
|
||||
margin: -12px 0 20px;
|
||||
}
|
||||
.error-text { color: var(--danger); font-size: .85rem; margin-top: 8px; }
|
||||
|
||||
/* Toast */
|
||||
|
||||
@ -10,6 +10,7 @@ export function loginPage() {
|
||||
<div class="login-card card">
|
||||
<h1>BW Schützt</h1>
|
||||
<p class="subtitle">Questionnaire Management</p>
|
||||
<p class="login-privacy-note">Coach app stores interview answers encrypted on device; data shown here is loaded from the server after upload.</p>
|
||||
<form id="loginForm">
|
||||
<div class="form-group">
|
||||
<label for="username">Username</label>
|
||||
|
||||
Reference in New Issue
Block a user