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

This commit is contained in:
Vlad Stan
2026-03-25 11:52:23 +01:00
committed by GitHub
parent 2329770acd
commit ba5005fc44
7 changed files with 170 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ async def app(settings: Settings):
username="superadmin",
password="secret1234",
password_repeat="secret1234",
first_install_token=settings.first_install_token,
)
)