mirror of https://github.com/realaravinth/gitpad
feat: demo user banner on login and register pages
parent
2db966c04a
commit
53cb808083
@ -0,0 +1,11 @@
|
||||
{% if footer.settings.allow_demo %}
|
||||
<p class="auth__demo-user__banner">
|
||||
Try Kaizen without joining<br />
|
||||
<span class="auth__demo-user__cred" >
|
||||
<b>user:</b> {{ footer.demo_user }}
|
||||
</span>
|
||||
<span class="auth__demo-user__cred">
|
||||
<b>password:</b> {{ footer.demo_password }}
|
||||
</span>
|
||||
</p>
|
||||
{% endif %}
|
Loading…
Reference in New Issue