added oauth Route

This commit is contained in:
PxlLoewe
2025-02-02 19:42:42 +01:00
parent 29f9cd7941
commit edcad748fb
23 changed files with 799 additions and 161 deletions

View File

@@ -9,7 +9,7 @@ export default () => {
});
}, []);
return (
<div>
<div className="card-body">
<h1 className="text-5xl">logging out...</h1>
</div>
);