I give up.

This commit is contained in:
flash 2021-09-17 20:53:24 +00:00
parent a363d8d574
commit 8c9ec82a56

View file

@ -277,7 +277,7 @@ final class SockChatHandler extends Handler {
$response->redirect(
$currentUser === null
? url('auth-login', ['redirect' => '/_sockchat/login'])
? url('auth-login')
: $chatPath
);
}