You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-29 08:56:58 +02:00
replaced placeholder in migration and updated jsvm types
This commit is contained in:
@@ -5,12 +5,12 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const oldAuthAlertTemplate = `<p>Hello,</p>
|
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>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>
|
<p>
|
||||||
Thanks,<br/>
|
Thanks,<br/>
|
||||||
` + core.EmailPlaceholderAppName + ` team
|
{APP_NAME} team
|
||||||
</p>`
|
</p>`
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
9848
plugins/jsvm/internal/types/generated/types.d.ts
vendored
9848
plugins/jsvm/internal/types/generated/types.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user