mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
Fix /register
This commit is contained in:
parent
e4d1f0958f
commit
932ff6b166
@ -589,12 +589,6 @@ func handleRegistrationFlow(
|
|||||||
|
|
||||||
// TODO: email / msisdn auth types.
|
// TODO: email / msisdn auth types.
|
||||||
accessToken, accessTokenErr := auth.ExtractAccessToken(req)
|
accessToken, accessTokenErr := auth.ExtractAccessToken(req)
|
||||||
if accessTokenErr != nil {
|
|
||||||
return util.JSONResponse{
|
|
||||||
Code: http.StatusUnauthorized,
|
|
||||||
JSON: jsonerror.MissingToken(accessTokenErr.Error()),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Appservices are special and are not affected by disabled
|
// Appservices are special and are not affected by disabled
|
||||||
// registration or user exclusivity.
|
// registration or user exclusivity.
|
||||||
|
Loading…
Reference in New Issue
Block a user