Commit graph

5 commits

Author SHA1 Message Date
41cc9f54cd fix: skip auth queries on public pages (register/login)
The GET_USER_DATA query includes restrictionLevel which has @auth directive.
This was causing authentication errors on /register and /login pages where
users are not yet authenticated.

Solution:
- Skip the GraphQL query when on public pages (/register or /login)
- Use useEffect to set loading=false immediately for public pages
- Add onError handler to gracefully handle query failures

Fixes authentication error: 'Message: Authentication failed, Path: restrictionLevel'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 19:05:01 +01:00
9762a935cb add 2fa bypass 2025-12-31 19:05:01 +01:00
9970668b95 feat: integrate LNBits wallet schema and configuration
- Added LNBits wallet schema to the admin UI, including validation and input components.
- Updated the services index to include LNBits in the available wallet options.
- Enhanced the wallet selection component to handle LNBits configuration input.
2025-12-31 19:05:01 +01:00
Rafael Taranto
4bd06e88d7 chore: version bump 2025-12-31 19:05:01 +01:00
e2c49ea43c v12.0.0 - initial commit 2025-12-31 19:04:13 +01:00