{{ define "title" }} login {{ end }} {{ define "content" }} {{ if .AddAccount }}
Sign in with a different account to add it to your account list.
{{ if eq .ErrorCode "access_denied" }} You have not authorized the app. {{ else if eq .ErrorCode "session" }} Server failed to create user session. {{ else if eq .ErrorCode "max_accounts" }} You have reached the maximum of 20 linked accounts. Please remove an account before adding a new one. {{ else }} Internal Server error. {{ end }} Please try again.
Don't have an account? Create an account on Tangled now!
{{ end }}