pl-fe: fix typo in redirect handling

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-11 12:50:17 +02:00
parent a3eb6fc61a
commit 3d90b11ef7

View File

@ -1,6 +1,6 @@
import { useEffect } from 'react';
const LOCAL_STORAGE_REDIRECT_KEY = 'plfe:redirect-uri';
const LOCAL_STORAGE_REDIRECT_KEY = 'plfe:redirect_uri';
const getRedirectUrl = () => {
let redirectUri = localStorage.getItem(LOCAL_STORAGE_REDIRECT_KEY);