supported login via linkedin
This commit is contained in:
@@ -11,6 +11,7 @@ const providerLogo = (provider: {id:string, name:string}) => {
|
||||
case "github": return "https://authjs.dev/img/providers/github.svg";
|
||||
case "twitter": return "https://authjs.dev/img/providers/twitter.svg";
|
||||
case "email": return "https://authjs.dev/img/providers/email.svg";
|
||||
case "linkedin": return "https://authjs.dev/img/providers/linkedin.svg";
|
||||
default: return "https://authjs.dev/img/providers/google.svg";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user