try to enable login

This commit is contained in:
2020-12-06 07:05:45 +11:00
parent 1283dd3d15
commit 0b8066f26f
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<b-navbar-brand href="/" >Badges</b-navbar-brand>
<b-navbar-toggle target="nav-collapse"> </b-navbar-toggle>
<b-collapse id="nav-collapse" is-nav v-if="!isProduction">
<b-collapse id="nav-collapse" is-nav>
<b-navbar-nav>
<b-nav-item to="/badges" exact>
My badges
+6 -6
View File
@@ -2568,9 +2568,9 @@
}
},
"@nuxtjs/auth-next": {
"version": "5.0.0-1595693547.db756d2",
"resolved": "https://registry.npmjs.org/@nuxtjs/auth-next/-/auth-next-5.0.0-1595693547.db756d2.tgz",
"integrity": "sha512-wo4h+airPuqVE4D28SnRNJUoRlAFEY+sNuvLGt2tk3u5SBvIAj748zzobvBFiPevZDJeya95o8N376uZ5p7/vg==",
"version": "5.0.0-1602966760.822bc05",
"resolved": "https://registry.npmjs.org/@nuxtjs/auth-next/-/auth-next-5.0.0-1602966760.822bc05.tgz",
"integrity": "sha512-kjQSm7XiwtOYmIuukxqw5OcEC0Bph6ju91sH7KLlBrLm45IoFnFeQtl4O3RlJZUWd4AnqFjLsLbU44IUKCME7g==",
"requires": {
"@nuxtjs/axios": "^5.12.0",
"body-parser": "^1.19.0",
@@ -2595,9 +2595,9 @@
"integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg=="
},
"nanoid": {
"version": "3.1.12",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz",
"integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A=="
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
"integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="
}
}
},
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/auth-next": "5.0.0-1595693547.db756d2",
"@nuxtjs/auth-next": "5.0.0-1602966760.822bc05",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"bootstrap": "^4.5.0",