Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
add demo links and fix setting.service
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Jun 11, 2020
1 parent 984210d commit ae63f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# OhMyForm API
# OhMyForm API

[![Build Status](https://travis-ci.org/ohmyform/api.svg?branch=master)](https://travis-ci.org/ohmyform/api)
![Latest Release](https://badgen.net/github/tag/ohmyform/api)
[![Docker Pulls](https://badgen.net/docker/pulls/ohmyform/api)](https://hub.docker.com/r/ohmyform/api)
[![Lokalise](https://badgen.net/badge/Lokalise/EN/green?icon=libraries)](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
![Last Commit](https://badgen.net/github/last-commit/ohmyform/api)

[Demo](https://demo.ohmyform.com/login)

> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
[![Discord](https://img.shields.io/discord/595773457862492190.svg?label=Discord%20Chat)](https://discord.gg/MJqAuAZ)
Expand Down
1 change: 1 addition & 0 deletions src/service/setting.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class SettingService {
switch (key) {
case 'SIGNUP_DISABLED':
case 'LOGIN_NOTE':
case 'DEFAULT_ROLE':
return new SettingModel(key, this.configService.get(key))
}

Expand Down

0 comments on commit ae63f28

Please sign in to comment.