mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 20:35:13 +02:00
fix: auth return
This commit is contained in:
parent
c393a9ca93
commit
d8f2343497
@ -116,7 +116,7 @@ func (b *Basic) Verify(req *http.Request, w http.ResponseWriter, store DataStore
|
||||
store.GetData()["IsActionsToken"] = true
|
||||
store.GetData()["ActionsTaskID"] = task.ID
|
||||
|
||||
return user_model.NewActionsUser()
|
||||
return user_model.NewActionsUser(), nil
|
||||
}
|
||||
|
||||
if !setting.Service.EnableBasicAuth {
|
||||
|
Loading…
x
Reference in New Issue
Block a user