Adds a self-hosted stylesheet (no CDN dependencies) with a card-based dashboard and color-coded status badges, and shows the last 10 sync runs per user on the detail page.
7 lines
331 B
HTML
7 lines
331 B
HTML
<form method="post" action="/users/{{ user.id }}/garmin-mfa" class="stacked-form">
|
|
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
|
<label for="mfa_code">Garmin MFA code</label>
|
|
<input type="text" id="mfa_code" name="code" maxlength="20" required>
|
|
<button type="submit">Submit code</button>
|
|
</form>
|