[release-2.13] chore: update the link to view notifications in the email template (#5461)

This is an automated cherry-pick of #5459

/assign ruibaby

```release-note
None
```
release-2.13
Halo Dev Bot 2024-03-07 10:49:06 +08:00 committed by GitHub
parent 947326113e
commit 56668df400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class EmailNotifier implements ReactiveNotifier {
<a th:href="${site.url}" th:text="${site.title}"></a> <a th:href="${site.url}" th:text="${site.title}"></a>
<p class="unsubscribe"> <p class="unsubscribe">
&mdash;<br /> &mdash;<br />
<a th:href="|${site.url}/console/users/-/notifications|"></a> <a th:href="|${site.url}/uc/notifications|"></a>
<a th:href="${unsubscribeUrl}"></a> <a th:href="${unsubscribeUrl}"></a>
</p> </p>