1 @extends('simple-layout')
5 <div class="container very-small py-xl">
6 <div class="card content-wrap auto-height">
7 <h1 class="list-heading">Backup Codes</h1>
9 Store the below list of codes in a safe place.
10 When accessing the system you'll be able to use one of the codes
11 as a second authentication mechanism.
14 <div class="text-center mb-xs">
15 <div class="text-bigger code-base p-m" style="column-count: 2">
16 @foreach($codes as $code)
22 <p class="text-right">
23 <a href="{{ $downloadUrl }}" download="backup-codes.txt" class="button outline small">Download Codes</a>
26 <p class="callout warning">
27 Each code can only be used once
30 <form action="{{ url('/mfa/backup-codes-confirm') }}" method="POST">
32 <div class="mt-s text-right">
33 <a href="{{ url('/mfa/setup') }}" class="button outline">{{ trans('common.cancel') }}</a>
34 <button class="button">Confirm and Enable</button>