hello new update

This commit is contained in:
2025-07-23 23:34:43 +03:00
parent cb2b4f0d86
commit dfc8e21db1
16 changed files with 279 additions and 277 deletions

View File

@@ -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 "";
}