1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-28 16:50:11 +02:00

replaced placeholder in migration and updated jsvm types

This commit is contained in:
Gani Georgiev
2025-11-10 17:59:11 +02:00
parent 0f5411d81c
commit ddb8c88a37
2 changed files with 4927 additions and 4927 deletions

View File

@@ -5,12 +5,12 @@ import (
)
const oldAuthAlertTemplate = `<p>Hello,</p>
<p>We noticed a login to your ` + core.EmailPlaceholderAppName + ` account from a new location.</p>
<p>We noticed a login to your {APP_NAME} account from a new location.</p>
<p>If this was you, you may disregard this email.</p>
<p><strong>If this wasn't you, you should immediately change your ` + core.EmailPlaceholderAppName + ` account password to revoke access from all other locations.</strong></p>
<p><strong>If this wasn't you, you should immediately change your {APP_NAME} account password to revoke access from all other locations.</strong></p>
<p>
Thanks,<br/>
` + core.EmailPlaceholderAppName + ` team
{APP_NAME} team
</p>`
func init() {

File diff suppressed because it is too large Load Diff