mirror of
https://github.com/evgen-app/evgen-app-front-template.git
synced 2025-03-30 06:24:20 +03:00
3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
export const UserAuth = (token:string) => {
|
|
localStorage.setItem("token", token);
|
|
} |