Client-side changes for cryptographic login

This commit is contained in:
Zhongheng Liu 2024-04-01 23:45:43 +03:00
commit 3fb94984ec
No known key found for this signature in database
5 changed files with 102 additions and 74 deletions

View file

@ -7,6 +7,7 @@ export const endpoints = {
history: "/api/v1/msg/",
user: "/api/v1/user",
auth: "/api/v1/auth",
register: "/api/v1/register",
oauth2: "",
};
export const contentTypes = {