Suggest pure iPhone two factor capabilities

This commit is contained in:
Andreas Nedbal 2023-10-16 13:33:57 +02:00 committed by Andreas Nedbal
parent eff16f6074
commit 26e1a9df1a
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,12 @@
%a{ href: "https://apps.apple.com/gb/app/microsoft-authenticator/id983156458" }= t(".source.app_store")
%li.list-inline-item
%a{ href: "https://play.google.com/store/apps/details?id=com.azure.authenticator" }= t(".source.google_play")
%li
%i.fa.fa-apple
= t(".app.iphone")
%ul.list-inline
%li.list-inline-item
%a{ href: "https://support.apple.com/en-gb/guide/iphone/ipha6173c19f/ios" }= t(".source.apple_support")
%p= t(".setup_qr", app_name: APP_CONFIG['site_name'])
= f.text_field :otp_validation, class: "totp-setup__code-field", inputmode: :numeric, label: t(".otp_validation"), autofocus: true
= f.primary

View File

@ -492,7 +492,9 @@ en:
aegis: "Aegis Authenticator for Android"
strongbox: "Strongbox Authenticator for iOS"
microsoft: "Microsoft Authenticator"
iphone: "iPhone (Passwords/Camera)"
source:
apple_support: "Apple Support"
app_store: "App Store"
fdroid: "F-Droid"
google_play: "Google Play"