2 Commits

Author SHA1 Message Date
4d06859cb0 bumped up to 0.3.2 for auth package changes
All checks were successful
continuous-integration/drone/tag Build is passing
2025-12-28 20:18:37 +05:30
226a6a651c Auth Package Extraction And Auth Flow Refactor (#2)
Reviewed-on: #2
Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
2025-12-28 14:47:37 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ export function AuthProvider({
setError(null);
await auth.post("/register", { username, password });
await login(username, password);
} catch (e: any) {
setError(e.response?.data?.detail ?? "Registration failed");
} finally {

View File

@@ -1,6 +1,6 @@
{
"name": "aetoskia-blog-app",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"dev": "vite",