[feat] reset the first install token (#3894) (#3898)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
dni ⚡
2026-03-25 11:57:37 +01:00
committed by GitHub
co-authored by Vlad Stan
parent 2cce687865
commit 15faab4f38
7 changed files with 170 additions and 2 deletions
+1
View File
@@ -72,6 +72,7 @@ async def app(settings: Settings):
username="superadmin",
password="secret1234",
password_repeat="secret1234",
first_install_token=settings.first_install_token,
)
)