fix typo in error message

This commit is contained in:
Josh Ponelat
2017-10-24 12:40:07 +02:00
parent 22732e8cc5
commit e8772fbe2a

View File

@@ -46,7 +46,7 @@ export default function authorize ( { auth, authActions, errActions, configs, au
authId: name, authId: name,
source: "validation", source: "validation",
level: "error", level: "error",
message: "oauth2RedirectUri configuration is not passed. Oauth2 authorization cannot be performed." message: "oauth2RedirectUrl configuration is not passed. Oauth2 authorization cannot be performed."
}) })
return return
} }