feat: admin auth - UI + form fields per provider + refresh

This commit is contained in:
NGPixel
2018-03-05 23:13:20 -05:00
parent f5fb21aaba
commit 6ff4152e1c
5 changed files with 52 additions and 11 deletions

View File

@@ -17,8 +17,10 @@ module.exports = {
return {
isEnabled: true,
key: str.key,
props: str.props,
title: str.title,
useForm: str.useForm
useForm: str.useForm,
config: []
}
}).sortBy(['title']).value()
}