mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
feat: new login experience (#2139)
* feat: multiple auth instances * fix: auth setup + strategy initialization * feat: admin auth - add strategy * feat: redirect on login - group setting * feat: oauth2 generic - props definitions * feat: new login UI (wip) * feat: new login UI (wip) * feat: admin security login settings * feat: tabset editor indicators + print view improvements * fix: code styling
This commit is contained in:
7
client/.modernizrrc.js
Normal file
7
client/.modernizrrc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
classPrefix: 'mdz-',
|
||||
options: ['setClasses'],
|
||||
'feature-detects': [
|
||||
'css/backdropfilter'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user