##// END OF EJS Templates
auth: UI changes...
auth: UI changes - make buttons wider to handle longer names for SAML plugins - make order of plugins sorted again because it tends to jump arround in order without that sorting. - social is now external auth

File last commit:

r3172:d37fc984 default
r3257:92a130b7 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}