| commit | b7df27f5acc9467092275822b75eeb4f814a7076 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Jul 28 10:36:17 2026 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Jul 28 15:03:26 2026 +0400 |
| tree | 9b000ed6d05b3a5ca05d5fbd67274003a28923ea | |
| parent | 381c767a05ed687f045bb9638d332ac91ab2fda6 [diff] [blame] |
auth-ui: add e2e tests Change-Id: Ic8f2f9e032d24eed2d4fd824dcfc26c59d7d915e
diff --git a/core/auth/ui/templates/whoami.html b/core/auth/ui/templates/whoami.html index 944ed28..01be060 100644 --- a/core/auth/ui/templates/whoami.html +++ b/core/auth/ui/templates/whoami.html
@@ -1,5 +1,6 @@ {{ define "title" }}dodo: who am i{{ end }} {{ define "main" }} Hello {{.}}! +<a href="/settings" role="button">change password</a> <a href="/logout" role="button">logout</a> {{ end }}