Skip to content

Commit d187cd6

Browse files
committed
fix: minor fix in login view
1 parent 530c81c commit d187cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/scaffold/auth/login.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Login}</title>
6+
<title>{{ config('app.name') }} | Login</title>
77

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

templates/scaffold/auth/login_locale.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | @lang('auth.login.title')}</title>
6+
<title>{{ config('app.name') }} | @lang('auth.login.title')</title>
77

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

0 commit comments

Comments
 (0)