diff --git a/resources/views/settings/security/2fa/edit.blade.php b/resources/views/settings/security/2fa/edit.blade.php new file mode 100644 index 000000000..8b895da07 --- /dev/null +++ b/resources/views/settings/security/2fa/edit.blade.php @@ -0,0 +1,82 @@ +@extends('settings.template') + +@section('section') + +
+ To register a new device, you have to remove any active devices. +
+ ++ Added {{$user->{'2fa_setup_at'}->diffForHumans()}} +
+You will need to install a compatible mobile app, we recommend the following apps:
+Please scan the QR code and then enter the 6 digit code in the form below. Keep in mind the code changes every 30 seconds, and is only good for 1 minute.
+Please store the following codes in a safe place, each backup code can be used only once if you do not have access to your 2FA mobile app.
+ +
+ @foreach($backups as $code)
+ {{$code}}
+ @endforeach
+
+