refactor(web): remove legacy sync server templates

This commit is contained in:
2026-07-17 05:55:20 +08:00
parent 4b78f30a61
commit f82d3b0224
12 changed files with 366 additions and 1067 deletions
@@ -0,0 +1,2 @@
{{define "confirm"}}{{template "layout" .}}{{end}}
{{define "content"}}<section class="auth-card card"><p class="eyebrow">{{t .Locale "auth.account"}}</p><h1>{{t .Locale "confirm.title"}}</h1><p class="muted">{{t .Locale "confirm.description"}}</p><form method="post" action="/api/v1/auth/confirm" class="stack"><input type="hidden" name="token" value="{{.Token}}"><button class="button primary" type="submit">{{t .Locale "confirm.action"}}</button></form></section>{{end}}