[feat] reset the first install token (#3894)
This commit is contained in:
@@ -71,6 +71,7 @@ async def app(settings: Settings):
|
||||
username="superadmin",
|
||||
password="secret1234",
|
||||
password_repeat="secret1234",
|
||||
first_install_token=settings.first_install_token,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user