repo details page mostly working

This commit is contained in:
2026-05-07 13:04:13 +02:00
parent 00aede9c91
commit 12bcf59bc9
12 changed files with 407 additions and 214 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export async function bootstrapCSRF(): Promise<void> {
}
}
async function getCSRFToken(): Promise<string> {
export async function getCSRFToken(): Promise<string> {
if (csrfToken) return csrfToken
await bootstrapCSRF()
return csrfToken ?? ''