You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/schema.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ const schema = `
118
118
"authRule": "",
119
119
"manageRule": null,
120
120
"authAlert": {
121
-
"enabled": true,
121
+
"enabled": false,
122
122
"emailTemplate": {
123
123
"subject": "Login from a new location",
124
124
"body": "<p>Hello,</p>\n<p>We noticed a login to your {APP_NAME} account from a new location.</p>\n<p>If this was you, you may disregard this email.</p>\n<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>\n<p>\n Thanks,<br/>\n {APP_NAME} team\n</p>"
@@ -331,7 +331,7 @@ const schema = `
331
331
"authRule": "",
332
332
"manageRule": null,
333
333
"authAlert": {
334
-
"enabled": true,
334
+
"enabled": false,
335
335
"emailTemplate": {
336
336
"subject": "Login from a new location",
337
337
"body": "<p>Hello,</p>\n<p>We noticed a login to your {APP_NAME} account from a new location.</p>\n<p>If this was you, you may disregard this email.</p>\n<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>\n<p>\n Thanks,<br/>\n {APP_NAME} team\n</p>"
0 commit comments