Merge branch 'feat/extra-login-providers' into feature/login-refactor

This commit is contained in:
Daniel
2023-12-07 21:05:02 +03:30
committed by GitHub
23 changed files with 102 additions and 42 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default async function postLink(
userId: number
) {
try {
if (link.url) new URL(link.url);
new URL(link.url || "");
} catch (error) {
return {
response: