una-nuxt-module 3.0.24 → 3.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -167,7 +167,7 @@ function addTemplates() {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
const name = "una-nuxt-module";
|
|
170
|
-
const version = "3.0.
|
|
170
|
+
const version = "3.0.25";
|
|
171
171
|
|
|
172
172
|
const module$1 = defineNuxtModule({
|
|
173
173
|
meta: {
|
|
@@ -345,10 +345,12 @@ const module$1 = defineNuxtModule({
|
|
|
345
345
|
file: resolve("./runtime/auth/pages/403.vue")
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
|
+
name: "auth-sso-login",
|
|
348
349
|
path: "/auth/sso/login",
|
|
349
350
|
file: resolve("./runtime/auth/pages/login.vue")
|
|
350
351
|
},
|
|
351
352
|
{
|
|
353
|
+
name: "auth-sso-logout",
|
|
352
354
|
path: "/auth/sso/logout",
|
|
353
355
|
file: resolve("./runtime/auth/pages/logout.vue")
|
|
354
356
|
}
|