refactor: cleanup
This commit is contained in:
@@ -67,7 +67,6 @@ export async function GET(
|
|||||||
const redirectUrl = new URL(redirectUrlValue)
|
const redirectUrl = new URL(redirectUrlValue)
|
||||||
redirectUrl.searchParams.set("returnurl", redirectTo)
|
redirectUrl.searchParams.set("returnurl", redirectTo)
|
||||||
redirectTo = redirectUrl.toString()
|
redirectTo = redirectUrl.toString()
|
||||||
console.log("TOTO", redirectTo)
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(
|
console.error(
|
||||||
"Unable to create URL for seamless logout, proceeding without it."
|
"Unable to create URL for seamless logout, proceeding without it."
|
||||||
|
|||||||
Reference in New Issue
Block a user