Skip to content

Commit 5743117

Browse files
committed
revert
1 parent 5aae894 commit 5743117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routes/web.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
use Illuminate\Support\Str;
88
Route::get('/', function () {
99
return Inertia::render('Welcome', [
10+
'canLogin' => Route::has('login'),
11+
'canRegister' => Route::has('register'),
1012
'callerId' => Str::random(6)
1113
]);
1214
});

0 commit comments

Comments
 (0)