mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:03:22 +00:00
Fixup behavior on uninstalled state
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<input type="submit" value="Sign in" />
|
||||
</div>
|
||||
<div>
|
||||
{{ if .Settings.OpenInvitations }}
|
||||
<a href="/signup">request invitation</a>
|
||||
{{ if .Settings ne nil and .Settings.OpenInvitations }}
|
||||
<a href="/signup">request invitation</a> ·
|
||||
{{ end }}
|
||||
<a href="/forgot">forgot password</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user