diff --git a/pages/api/auth/[...nextauth].js b/pages/api/auth/[...nextauth].js
index bf5f8297b..7ef1568ca 100644
--- a/pages/api/auth/[...nextauth].js
+++ b/pages/api/auth/[...nextauth].js
@@ -398,6 +398,7 @@ async function sendVerificationRequest ({
const { server, from } = provider
const site = new URL(url).host
+ // const isPWA = new URL(url).searchParams.get('pwa') === 'true'
nodemailer.createTransport(server).sendMail(
{
@@ -446,13 +447,17 @@ const html = ({ url, token, site, email }) => {
- login as ${escapedEmail}
+ login with ${escapedEmail}
|
+
+ using the app? copy the magic code
+ |
+ |
${token}
|
@@ -461,9 +466,13 @@ const html = ({ url, token, site, email }) => {
-
+ |
+
+ on browser? click the button below
+ |
+ |
login |
| |