'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

@ -62,7 +62,7 @@ func (h *accessHandler) Handle(params share.AccessParams, principal *rest_model_
return share.NewAccessNotFound()
}
feToken, err := createToken()
feToken, err := CreateToken()
if err != nil {
logrus.Error(err)
return share.NewAccessInternalServerError()