express-stormpath icon indicating copy to clipboard operation
express-stormpath copied to clipboard

[typo] Missing comma in documentation.

Open wcatron opened this issue 9 years ago • 2 comments

https://docs.stormpath.com/nodejs/express/latest/configuration.html#disabling-features

web: { login: { enabled: false }, logout: { enabled: false }, me: { enabled: false }, oauth2: { enabled: false } register: { enabled: false } }

Needs comma before register.

wcatron avatar Dec 22 '16 15:12 wcatron

Thanks! I'll get this fixed.

mdeggies avatar Jan 05 '17 22:01 mdeggies

Fixed in https://github.com/stormpath/express-stormpath/pull/573

mdeggies avatar Jan 05 '17 22:01 mdeggies