mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Fix dark mode support and improve notification/MFA UI (#2126)
* Fix dark mode support and improve notification/MFA UI" * hide auth tabs on mfa/verify
This commit is contained in:
parent
79243822bd
commit
04ee1e73be
8 changed files with 23 additions and 21 deletions
|
@ -3,11 +3,12 @@
|
|||
header_description t(".description")
|
||||
%>
|
||||
|
||||
<%= styled_form_with url: verify_mfa_path, method: :post, class: "space-y-4", data: { turbo: false } do |form| %>
|
||||
<%= styled_form_with url: verify_mfa_path, method: :post, class: "space-y-4 mt-4 md:mt-0", data: { turbo: false } do |form| %>
|
||||
<%= form.text_field :code,
|
||||
required: true,
|
||||
autofocus: true,
|
||||
autocomplete: "one-time-code",
|
||||
type: "number",
|
||||
label: t(".page_title") %>
|
||||
|
||||
<%= form.submit t(".verify_button") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue