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