Skip to content

Commit a7424e4

Browse files
committed
Update Impersonate.php
1 parent 4652bc3 commit a7424e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Middleware/Impersonate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function handle($request, Closure $next)
2727
if (\Route::currentRouteName() !== 'authAs') {
2828
$adminUser->remember_token = $token;
2929
$adminUser->save();
30-
echo "<script>window.location.href = '" . url('studio/links') . "';</script>";
3130
}
3231

3332
Auth::loginUsingId($impersonateUserId);

0 commit comments

Comments
 (0)