mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
login logout redirects, session, remove out of scope code
This commit is contained in:
@ -4,8 +4,8 @@ import GitHubProvider from "next-auth/providers/github";
|
||||
export default NextAuth({
|
||||
providers: [
|
||||
GitHubProvider({
|
||||
clientId: "",
|
||||
clientSecret: "",
|
||||
clientId: "df804870b0d11b0779cf",
|
||||
clientSecret: "7ef4bbc0957e48e4e6e59c5b5879b3d75d90acc5",
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user