Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Build 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Aug 7, 2019
1 parent b6b1ea9 commit a23dc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varie-auth-plugin",
"version": "0.3.0",
"version": "0.3.1",
"description": "A authentication plugin for Varie",
"main": "./index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/CookieDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class CookieDriver implements AuthDriverInterface {
return true;
}

let cookieName = this.authService.getGuardConfig("cookie.name", guard);
let cookieName = this.authService.getGuardConfig("cookieName", guard);
if (!cookieName || this.cookieService.get(cookieName)) {
return this.$store
.dispatch("auth/getUser")
Expand Down

0 comments on commit a23dc4d

Please sign in to comment.