Client-side changes for cryptographic login
This commit is contained in:
parent
3ceee1db4f
commit
3fb94984ec
5 changed files with 102 additions and 74 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue