mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
fix: update GlitchTip guest password to meet 8-char minimum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bc5b468d9b
commit
47f4f89b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ const statuses = [...new Set(sortedAudits.map((a) => a.data.status))];
|
|||
</div>
|
||||
<div>
|
||||
<div class="text-foreground text-xs font-medium">GlitchTip</div>
|
||||
<div class="text-muted-foreground text-[10px]">guest@mana.how / guest</div>
|
||||
<div class="text-muted-foreground text-[10px]">guest@mana.how / guestguest</div>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue