mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 08:54:22 +01:00
Remove deprecated apple specific meta tag
This commit is contained in:
parent
580fb396e5
commit
763a653e54
2
resources/views/landing.blade.php
vendored
2
resources/views/landing.blade.php
vendored
@ -7,7 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no, viewport-fit=cover">
|
||||
<meta name="csrf-token" content="{{csrf_token()}}">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<title>{{ config('app.name') }}</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user