`);
_push(ssrRenderComponent(VImg, {
src: unref(authV1TopShape),
class: "text-primary auth-v1-top-shape d-none d-sm-block"
}, null, _parent));
_push(ssrRenderComponent(VImg, {
src: unref(authV1BottomShape),
class: "text-primary auth-v1-bottom-shape d-none d-sm-block"
}, null, _parent));
_push(ssrRenderComponent(VCard, {
class: ["auth-card", _ctx.$vuetify.display.smAndUp ? "pa-6" : "pa-0"],
"max-width": "460"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(ssrRenderComponent(VCardItem, { class: "justify-center" }, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(ssrRenderComponent(_component_NuxtLink, {
to: "/",
class: "app-logo"
}, {
default: withCtx((_3, _push4, _parent4, _scopeId3) => {
var _a;
if (_push4) {
_push4(`
${(_a = unref(logo)) != null ? _a : ""}
sneat
`);
} else {
return [
createVNode("div", {
class: "d-flex",
innerHTML: unref(logo)
}, null, 8, ["innerHTML"]),
createVNode("h1", { class: "app-logo-title" }, " sneat ")
];
}
}),
_: 1
}, _parent3, _scopeId2));
} else {
return [
createVNode(_component_NuxtLink, {
to: "/",
class: "app-logo"
}, {
default: withCtx(() => [
createVNode("div", {
class: "d-flex",
innerHTML: unref(logo)
}, null, 8, ["innerHTML"]),
createVNode("h1", { class: "app-logo-title" }, " sneat ")
]),
_: 1
})
];
}
}),
_: 1
}, _parent2, _scopeId));
_push2(ssrRenderComponent(VCardText, null, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`
Adventure starts here \u{1F680}
Make your app management easy and fun!
`);
} else {
return [
createVNode("h4", { class: "text-h4 mb-1" }, " Adventure starts here \u{1F680} "),
createVNode("p", { class: "mb-0" }, " Make your app management easy and fun! ")
];
}
}),
_: 1
}, _parent2, _scopeId));
_push2(ssrRenderComponent(VCardText, null, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(ssrRenderComponent(VForm, {
onSubmit: ($event) => _ctx.$router.push("/")
}, {
default: withCtx((_3, _push4, _parent4, _scopeId3) => {
if (_push4) {
_push4(ssrRenderComponent(VRow, null, {
default: withCtx((_4, _push5, _parent5, _scopeId4) => {
if (_push5) {
_push5(ssrRenderComponent(VCol, { cols: "12" }, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(ssrRenderComponent(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, _parent6, _scopeId5));
} else {
return [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
];
}
}),
_: 1
}, _parent5, _scopeId4));
_push5(ssrRenderComponent(VCol, { cols: "12" }, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(ssrRenderComponent(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, _parent6, _scopeId5));
} else {
return [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
];
}
}),
_: 1
}, _parent5, _scopeId4));
_push5(ssrRenderComponent(VCol, { cols: "12" }, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(ssrRenderComponent(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, _parent6, _scopeId5));
_push6(`
`);
_push6(ssrRenderComponent(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, _parent6, _scopeId5));
_push6(ssrRenderComponent(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx((_6, _push7, _parent7, _scopeId6) => {
if (_push7) {
_push7(`
I agree toprivacy policy & terms`);
} else {
return [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
];
}
}),
_: 1
}, _parent6, _scopeId5));
_push6(`
`);
_push6(ssrRenderComponent(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx((_6, _push7, _parent7, _scopeId6) => {
if (_push7) {
_push7(` Sign up `);
} else {
return [
createTextVNode(" Sign up ")
];
}
}),
_: 1
}, _parent6, _scopeId5));
} else {
return [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "append-inner-icon", "onClick:appendInner"]),
createVNode("div", { class: "d-flex align-center my-6" }, [
createVNode(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
createVNode(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx(() => [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
]),
_: 1
})
]),
createVNode(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx(() => [
createTextVNode(" Sign up ")
]),
_: 1
})
];
}
}),
_: 1
}, _parent5, _scopeId4));
_push5(ssrRenderComponent(VCol, {
cols: "12",
class: "text-center text-base"
}, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(`
Already have an account?`);
_push6(ssrRenderComponent(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx((_6, _push7, _parent7, _scopeId6) => {
if (_push7) {
_push7(` Sign in instead `);
} else {
return [
createTextVNode(" Sign in instead ")
];
}
}),
_: 1
}, _parent6, _scopeId5));
} else {
return [
createVNode("span", null, "Already have an account?"),
createVNode(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx(() => [
createTextVNode(" Sign in instead ")
]),
_: 1
})
];
}
}),
_: 1
}, _parent5, _scopeId4));
_push5(ssrRenderComponent(VCol, {
cols: "12",
class: "d-flex align-center"
}, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(ssrRenderComponent(VDivider, null, null, _parent6, _scopeId5));
_push6(`
or`);
_push6(ssrRenderComponent(VDivider, null, null, _parent6, _scopeId5));
} else {
return [
createVNode(VDivider),
createVNode("span", { class: "mx-4" }, "or"),
createVNode(VDivider)
];
}
}),
_: 1
}, _parent5, _scopeId4));
_push5(ssrRenderComponent(VCol, {
cols: "12",
class: "text-center"
}, {
default: withCtx((_5, _push6, _parent6, _scopeId5) => {
if (_push6) {
_push6(ssrRenderComponent(_sfc_main$1, null, null, _parent6, _scopeId5));
} else {
return [
createVNode(_sfc_main$1)
];
}
}),
_: 1
}, _parent5, _scopeId4));
} else {
return [
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "append-inner-icon", "onClick:appendInner"]),
createVNode("div", { class: "d-flex align-center my-6" }, [
createVNode(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
createVNode(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx(() => [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
]),
_: 1
})
]),
createVNode(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx(() => [
createTextVNode(" Sign up ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center text-base"
}, {
default: withCtx(() => [
createVNode("span", null, "Already have an account?"),
createVNode(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx(() => [
createTextVNode(" Sign in instead ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "d-flex align-center"
}, {
default: withCtx(() => [
createVNode(VDivider),
createVNode("span", { class: "mx-4" }, "or"),
createVNode(VDivider)
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center"
}, {
default: withCtx(() => [
createVNode(_sfc_main$1)
]),
_: 1
})
];
}
}),
_: 1
}, _parent4, _scopeId3));
} else {
return [
createVNode(VRow, null, {
default: withCtx(() => [
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "append-inner-icon", "onClick:appendInner"]),
createVNode("div", { class: "d-flex align-center my-6" }, [
createVNode(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
createVNode(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx(() => [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
]),
_: 1
})
]),
createVNode(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx(() => [
createTextVNode(" Sign up ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center text-base"
}, {
default: withCtx(() => [
createVNode("span", null, "Already have an account?"),
createVNode(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx(() => [
createTextVNode(" Sign in instead ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "d-flex align-center"
}, {
default: withCtx(() => [
createVNode(VDivider),
createVNode("span", { class: "mx-4" }, "or"),
createVNode(VDivider)
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center"
}, {
default: withCtx(() => [
createVNode(_sfc_main$1)
]),
_: 1
})
]),
_: 1
})
];
}
}),
_: 1
}, _parent3, _scopeId2));
} else {
return [
createVNode(VForm, {
onSubmit: withModifiers(($event) => _ctx.$router.push("/"), ["prevent"])
}, {
default: withCtx(() => [
createVNode(VRow, null, {
default: withCtx(() => [
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "append-inner-icon", "onClick:appendInner"]),
createVNode("div", { class: "d-flex align-center my-6" }, [
createVNode(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
createVNode(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx(() => [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
]),
_: 1
})
]),
createVNode(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx(() => [
createTextVNode(" Sign up ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center text-base"
}, {
default: withCtx(() => [
createVNode("span", null, "Already have an account?"),
createVNode(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx(() => [
createTextVNode(" Sign in instead ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "d-flex align-center"
}, {
default: withCtx(() => [
createVNode(VDivider),
createVNode("span", { class: "mx-4" }, "or"),
createVNode(VDivider)
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center"
}, {
default: withCtx(() => [
createVNode(_sfc_main$1)
]),
_: 1
})
]),
_: 1
})
]),
_: 1
}, 8, ["onSubmit"])
];
}
}),
_: 1
}, _parent2, _scopeId));
} else {
return [
createVNode(VCardItem, { class: "justify-center" }, {
default: withCtx(() => [
createVNode(_component_NuxtLink, {
to: "/",
class: "app-logo"
}, {
default: withCtx(() => [
createVNode("div", {
class: "d-flex",
innerHTML: unref(logo)
}, null, 8, ["innerHTML"]),
createVNode("h1", { class: "app-logo-title" }, " sneat ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCardText, null, {
default: withCtx(() => [
createVNode("h4", { class: "text-h4 mb-1" }, " Adventure starts here \u{1F680} "),
createVNode("p", { class: "mb-0" }, " Make your app management easy and fun! ")
]),
_: 1
}),
createVNode(VCardText, null, {
default: withCtx(() => [
createVNode(VForm, {
onSubmit: withModifiers(($event) => _ctx.$router.push("/"), ["prevent"])
}, {
default: withCtx(() => [
createVNode(VRow, null, {
default: withCtx(() => [
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).username,
"onUpdate:modelValue": ($event) => unref(form).username = $event,
autofocus: "",
label: "Username",
placeholder: "Johndoe"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).email,
"onUpdate:modelValue": ($event) => unref(form).email = $event,
label: "Email",
type: "email",
placeholder: "johndoe@email.com"
}, null, 8, ["id", "modelValue", "onUpdate:modelValue"])
]),
_: 1
}),
createVNode(VCol, { cols: "12" }, {
default: withCtx(() => [
createVNode(VTextField, {
id: ("useId" in _ctx ? _ctx.useId : unref(useId))(),
modelValue: unref(form).password,
"onUpdate:modelValue": ($event) => unref(form).password = $event,
label: "Password",
autocomplete: "password",
placeholder: "\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7\xB7",
type: unref(isPasswordVisible) ? "text" : "password",
"append-inner-icon": unref(isPasswordVisible) ? "bx-hide" : "bx-show",
"onClick:appendInner": ($event) => isPasswordVisible.value = !unref(isPasswordVisible)
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "type", "append-inner-icon", "onClick:appendInner"]),
createVNode("div", { class: "d-flex align-center my-6" }, [
createVNode(VCheckbox, {
id: "privacy-policy",
modelValue: unref(form).privacyPolicies,
"onUpdate:modelValue": ($event) => unref(form).privacyPolicies = $event,
inline: ""
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
createVNode(VLabel, {
for: "privacy-policy",
style: { "opacity": "1" }
}, {
default: withCtx(() => [
createVNode("span", { class: "me-1 text-high-emphasis" }, "I agree to"),
createVNode("a", {
href: "javascript:void(0)",
class: "text-primary"
}, "privacy policy & terms")
]),
_: 1
})
]),
createVNode(VBtn, {
block: "",
type: "submit"
}, {
default: withCtx(() => [
createTextVNode(" Sign up ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center text-base"
}, {
default: withCtx(() => [
createVNode("span", null, "Already have an account?"),
createVNode(_component_NuxtLink, {
class: "text-primary ms-1",
to: "/login"
}, {
default: withCtx(() => [
createTextVNode(" Sign in instead ")
]),
_: 1
})
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "d-flex align-center"
}, {
default: withCtx(() => [
createVNode(VDivider),
createVNode("span", { class: "mx-4" }, "or"),
createVNode(VDivider)
]),
_: 1
}),
createVNode(VCol, {
cols: "12",
class: "text-center"
}, {
default: withCtx(() => [
createVNode(_sfc_main$1)
]),
_: 1
})
]),
_: 1
})
]),
_: 1
}, 8, ["onSubmit"])
]),
_: 1
})
];
}
}),
_: 1
}, _parent));
_push(`