Junie: TOTP flow update and db migrations.

This commit is contained in:
2025-06-06 12:42:23 -07:00
parent 396214739e
commit 95d96732d2
26 changed files with 1397 additions and 194 deletions

View File

@@ -15,4 +15,4 @@ func DefaultSchema() (string, error) {
return "", err
}
return string(schemaBytes), nil
}
}