feat: handle Garmin MFA and activity retries
This commit is contained in:
5
app/web/templates/fragments/mfa_form.html
Normal file
5
app/web/templates/fragments/mfa_form.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<form method="post" action="/users/{{ user.id }}/garmin-mfa">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<label>Garmin MFA code: <input type="text" name="code" maxlength="20" required></label>
|
||||
<button type="submit">Submit code</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user