Skip to content

Commit

Permalink
more string(clientID) errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 7, 2021
1 parent 5ad2756 commit e1e0248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/auth/manager/nextcloud/nextcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ func (am *mgr) Authenticate(ctx context.Context, clientID, clientSecret string)
Idp: "localhost",
Type: 1,
},
Mail: string(clientID),
DisplayName: string(clientID),
Mail: clientID,
DisplayName: clientID,
Groups: nil,
}
return user, nil, nil
Expand Down

0 comments on commit e1e0248

Please sign in to comment.