fix: add description to password screen (#5096)

This commit is contained in:
Fabi 2023-01-24 16:46:31 +07:00 committed by GitHub
parent b06878c2a6
commit 8b5894c0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
<div class="lgn-head">
<h1>{{t "Password.Title"}}</h1>
<p>{{t "Password.Description"}}</p>
{{ template "user-profile" . }}
</div>