Skip to content
Snippets Groups Projects
Commit 8864dc55 authored by m431m's avatar m431m :speech_balloon:
Browse files

Merge branch 'redmine-issues/17010' into 'develop'

REDMINE_ISSUE-17010

See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!40
parents af31e116 a309ea5e
No related branches found
No related tags found
No related merge requests found
Pipeline #13382 passed with warnings
......@@ -7,7 +7,8 @@ export default {
],
client: {
name: "Neogeo",
email: "contact@neogeo.fr"
email: "contact@neogeo.fr",
warning: false
},
forms: {
signin: {
......
......@@ -90,7 +90,7 @@
</b-button>
</div>
<div
v-if="$config.client.name"
v-if="$config.client.warning && $config.client.name && $config.client.email"
class="form-row attention-message"
>
<img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment