add demo links and fix setting.service
This commit is contained in:
parent
984210df87
commit
ae63f2859a
@ -1,4 +1,4 @@
|
|||||||
# OhMyForm API
|
# OhMyForm API
|
||||||
|
|
||||||
[](https://travis-ci.org/ohmyform/api)
|
[](https://travis-ci.org/ohmyform/api)
|
||||||

|

|
||||||
@ -6,6 +6,8 @@
|
|||||||
[](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
|
[](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
|
||||||

|

|
||||||
|
|
||||||
|
[Demo](https://demo.ohmyform.com/login)
|
||||||
|
|
||||||
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
|
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
|
||||||
|
|
||||||
[](https://discord.gg/MJqAuAZ)
|
[](https://discord.gg/MJqAuAZ)
|
||||||
|
|||||||
@ -20,6 +20,7 @@ export class SettingService {
|
|||||||
switch (key) {
|
switch (key) {
|
||||||
case 'SIGNUP_DISABLED':
|
case 'SIGNUP_DISABLED':
|
||||||
case 'LOGIN_NOTE':
|
case 'LOGIN_NOTE':
|
||||||
|
case 'DEFAULT_ROLE':
|
||||||
return new SettingModel(key, this.configService.get(key))
|
return new SettingModel(key, this.configService.get(key))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user