Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Merge eed440c into 2571b9f
Browse files Browse the repository at this point in the history
  • Loading branch information
bskl committed Jun 20, 2020
2 parents 2571b9f + eed440c commit c03ff09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions resources/lang/en/messages.php
@@ -1,7 +1,9 @@
<?php

return [
'title' => 'Two Factor Authentication',
'required' => 'Two Factor Authentication is required.',
'back' => 'Go back',
'continue' => 'To continue, open up your Authenticator app and issue your 2FA code.',
'enable' => 'You need to enable Two Factor Authentication.',

Expand Down
4 changes: 2 additions & 2 deletions resources/views/layout.blade.php
Expand Up @@ -6,7 +6,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Two Factor Authentication</title>
<title>{{ trans('laraguard::messages.title') }}</title>
<style>
#box-container {
min-height: 100vh;
Expand Down Expand Up @@ -37,7 +37,7 @@
</div>
<div class="text-black-50 small text-center">
<a href="javascript:history.back()" class="btn btn-sm text-secondary btn-link">
&laquo; Go back
&laquo; {{ trans('laraguard::messages.back') }}
</a>
</div>
</div>
Expand Down

0 comments on commit c03ff09

Please sign in to comment.