tsk-2: Login (#4)

Closes #2

Reviewed-on: phoenix/textsender#4
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-13 22:39:44 +00:00
committed by phoenix
parent 8f82bad099
commit ef4952b8cb
6 changed files with 321 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
export const DATA_KEY_ACCESS_TOKEN = 'access_token';
export const DATA_KEY_REGISTERED_USER_ID = 'registered_user_id';