Skip to content
Snippets Groups Projects
Commit 3991f9ac authored by Valentino Kozinec's avatar Valentino Kozinec
Browse files

Fix

parent 88fff73c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ export function LoginCallback(_: LoginCallbackProps) {
const { logIn } = useAuth();
useEffect(() => {
if (params) {
if (params.length > 2) {
const res = logIn(params);
// @ts-ignore
if (res.ok) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment