We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8dfd3 commit 8625d8fCopy full SHA for 8625d8f
2 files changed
frontend/components.d.ts
@@ -54,9 +54,6 @@ declare module "vue" {
54
LucideHand: typeof import("~icons/lucide/hand")["default"];
55
LucideHome: typeof import("~icons/lucide/home")["default"];
56
LucideLoader: typeof import("~icons/lucide/loader")["default"];
57
- LucideMessageCircle: typeof import(
58
- "~icons/lucide/message-circle",
59
- )["default"];
60
LucideMessageSquare: typeof import(
61
"~icons/lucide/message-square",
62
)["default"];
frontend/src/components/MeetingPreview.vue
@@ -10,7 +10,7 @@
10
v-if="!session.isLoggedIn"
11
variant="ghost"
12
size="sm"
13
- @click="$router.push({ name: 'Login' })"
+ @click="$router.push({ name: 'Login', query: { next: $route.fullPath } })"
14
>
15
Sign In
16
</Button>
0 commit comments