Cleanup
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-08 22:15:41 +02:00
parent 8083e7fc5f
commit 2cdccc4dd8
13 changed files with 4 additions and 243 deletions

View File

@@ -79,7 +79,6 @@ export class AuthService {
const decodedToken = jwtDecode<JwtPayload>(token);
return decodedToken.sub || null; // 'sub' is the standard JWT claim for subject/username
} catch (error) {
console.error('Error decoding token:', error);
return null;
}
}