Major refactor of frontend source tree such that paths better match where they are served.

This commit is contained in:
2025-12-02 22:09:07 +00:00
parent 5d9d2b794d
commit adbab88c86
30 changed files with 243 additions and 86 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ class DB(DatabaseInterface):
credential_model = result.scalar_one_or_none()
if not credential_model:
raise ValueError("This passkey is not registered with this service")
raise ValueError("Credential not found")
return Credential(
uuid=UUID(bytes=credential_model.uuid),
credential_id=credential_model.credential_id,