mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 13:35:07 +00:00
rename cookie fcn
This commit is contained in:
@@ -135,7 +135,7 @@ export async function getSessionCookieByLoginName(
|
||||
}
|
||||
}
|
||||
|
||||
export async function getAllSessionIds(): Promise<any> {
|
||||
export async function getAllSessionCookieIds(): Promise<any> {
|
||||
const cookiesList = cookies();
|
||||
const stringifiedCookie = cookiesList.get("sessions");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user