mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
add support for some basic authentication methods
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<!doctype html>
|
||||
{{ range . }}
|
||||
<p>{{ . }}</p>
|
||||
{{ if eq .Key "pin" }}
|
||||
<form>
|
||||
<input name={{ . }} />
|
||||
<button type=submit></button>
|
||||
</form>
|
||||
{{ else if eq .Key "password" }}
|
||||
<form>
|
||||
<input name={{ . }} />
|
||||
<button type=submit></button>
|
||||
</form>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user