hello new update
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
"use client";
|
||||
export function setCookie(cookie: string): void {}
|
||||
|
||||
export function setCookie(cookie: string): void {
|
||||
window.localStorage.roblosecurity = cookie;
|
||||
}
|
||||
|
||||
export function getCookie() {
|
||||
return window.localStorage.roblosecurity
|
||||
export async function getCookie(): Promise<string> {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user