Used for commits and Gravatar
Link accounts
{{ if .githubOauth }}
{{ if .userLogged.GithubID }}
Unlink GitHub account
{{ else }}
Link GitHub account
{{ end }}
{{ end }}
{{ if .giteaOauth }}
{{ if .userLogged.GiteaID }}
Unlink Gitea account
{{ else }}
Link Gitea account
{{ end }}
{{ end }}
Delete account
Add SSH Key
Used only to push gists using Git via SSH
-
{{ if .sshKeys }}
{{ range $key := .sshKeys }}
-
{{ .Title }}
SHA256:{{.SHA}}
Added
{{ if eq .LastUsedAt 0 }}Never used
{{ else }}Last used
{{ end }}
{{ end }}
{{ end }}