You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Hello,
I noticed that we can't use configurable 'unauthorized' view with stormpath because it's hardcoded in lib/middleware/groups-required.jsline 27.
You can, in fact, make the view configurable by modifying the line to var view = config.web.unauthorized !== 'undefined' ? config.web.unauthorized.view : 'unauthorized';