Skip to content

Commit 1c8f4f3

Browse files
Update
1 parent 4822ba4 commit 1c8f4f3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"activityBar.background": "#490D65",
44
"titleBar.activeBackground": "#67128E",
55
"titleBar.activeForeground": "#FCF8FE"
6-
}
6+
}
77
}

src/argon-stubs/resources/views/users/index.blade.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@
1717
<link type="text/css" href="{{ asset('argon') }}/css/argon.css?v=1.0.0" rel="stylesheet">
1818
</head>
1919
<body class="clickup-chrome-ext_installed">
20-
<form id="logout-form" action="http://test-verif.test/logout" method="POST" style="display: none;">
21-
<input type="hidden" name="_token" value="dw9iKZr8s3pHxk0NGyEcW3RpXHgoFtIgNF23hlM8"> </form>
20+
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
21+
@csrf
22+
</form>
2223
<nav class="navbar navbar-vertical fixed-left navbar-expand-md navbar-light bg-white" id="sidenav-main">
2324
<div class="container-fluid">
2425
<!-- Toggler -->
2526
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#sidenav-collapse-main" aria-controls="sidenav-main" aria-expanded="false" aria-label="Toggle navigation">
2627
<span class="navbar-toggler-icon"></span>
2728
</button>
2829
<!-- Brand -->
29-
<a class="navbar-brand pt-0" href="http://test-verif.test/home">
30-
<img src="http://test-verif.test/argon/img/brand/blue.png" class="navbar-brand-img" alt="...">
30+
<a class="navbar-brand pt-0" href="{{ route('home') }}">
31+
<img src="{{ asset('argon') }}/img/brand/blue.png" class="navbar-brand-img" alt="...">
3132
</a>
3233
<!-- User -->
3334
<ul class="nav align-items-center d-md-none">

0 commit comments

Comments
 (0)