mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-20 19:00:16 -04:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
export default function getSessionId() {
|
|
return localStorage.getItem('session_token');
|
|
}
|