'zrok admin create account'

This commit is contained in:
Michael Quigley
2024-01-30 12:59:56 -05:00
parent 00d46be77a
commit cfe13bd085
9 changed files with 75 additions and 9 deletions

View File

@ -50,7 +50,7 @@ func (h *createFrontendHandler) Handle(params admin.CreateFrontendParams, princi
}
defer func() { _ = tx.Rollback() }()
feToken, err := createToken()
feToken, err := CreateToken()
if err != nil {
logrus.Errorf("error creating frontend token: %v", err)
return admin.NewCreateFrontendInternalServerError()