Add new profile endpoint
Add some logging output for auth failures
This commit is contained in:
5
Frontend/src/pages/login/main.ts
Normal file
5
Frontend/src/pages/login/main.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import App from "./App.svelte";
|
||||
|
||||
new App({
|
||||
target: document.body,
|
||||
});
|
Reference in New Issue
Block a user