add rebrand landing page (#211)

This commit is contained in:
KM Koushik
2025-09-05 22:32:56 +10:00
committed by GitHub
parent 1c8bb550d9
commit 3e6d4d12df
24 changed files with 1508 additions and 513 deletions

View File

@@ -55,9 +55,9 @@ function getProviders() {
allowDangerousEmailAccountLinking: true,
authorization: {
params: {
scope: 'read:user user:email'
}
}
scope: "read:user user:email",
},
},
})
);
}