NetBird
Device Authorization
{{if .Error}}
{{.Error}}
{{end}}
{{if eq .Step "code"}}
Enter the code shown on your device to authorize it.
{{end}}
{{if eq .Step "login"}}
Sign in to authorize the device.
{{end}}
{{if eq .Step "confirm"}}
{{.ClientID}} is requesting access to your account.
{{if .Scopes}}
This application will have access to:
{{range .Scopes}}
- {{.}}
{{end}}
{{end}}
{{end}}
{{if eq .Step "result"}}
{{if .Success}}
{{.Message}}
{{else}}
{{.Message}}
{{end}}
{{end}}