Skip to content

Commit

Permalink
shop and admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
NebraskyTheWolf committed Jan 27, 2024
1 parent 50b8761 commit f8c08ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/website/passport/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export interface IUser {
export default class Passport {
public init(app: Express) {
app.use(passport.initialize())
app.use(passport.authenticate('session'))

const discordStrategy = new DiscordPassport.Strategy({
clientID: process.env["DISCORD_CLIENT_ID"],
Expand Down

0 comments on commit f8c08ba

Please sign in to comment.