Skip to content

Commit

Permalink
fix: minor fix in login view
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Aug 10, 2021
1 parent 530c81c commit d187cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/scaffold/auth/login.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} | Login}</title>
<title>{{ config('app.name') }} | Login</title>

<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand Down
2 changes: 1 addition & 1 deletion templates/scaffold/auth/login_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} | @lang('auth.login.title')}</title>
<title>{{ config('app.name') }} | @lang('auth.login.title')</title>

<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand Down

0 comments on commit d187cd6

Please sign in to comment.