mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-30 14:00:06 +02:00
5 lines
No EOL
123 B
JavaScript
5 lines
No EOL
123 B
JavaScript
import { setCookie } from "../StackOverflow/cookie";
|
|
|
|
export function saveToken(token) {
|
|
setCookie('token', token, 30);
|
|
} |