Skip to content

Commit

Permalink
fix: example file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 28, 2020
1 parent 631eef1 commit bd2d4a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export const config: AuthConfig = {
guard: 'session',
list: {
session: {
loginRoute: '/login',
driver: 'session',
provider: {
driver: 'lucid',
Expand All @@ -15,7 +14,6 @@ export const config: AuthConfig = {
},
},
sessionDb: {
loginRoute: '/login',
driver: 'session',
provider: {
driver: 'database',
Expand Down

0 comments on commit bd2d4a5

Please sign in to comment.