We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e0cac commit f6153cbCopy full SHA for f6153cb
layouts/app.vue
@@ -44,7 +44,7 @@
44
import { OverlayScrollbarsComponent } from "#imports";
45
const { width } = useWindowSize();
46
47
-const { n, o_i_d_c, t_e_s_t } = useMagicKeys();
+const { n, o_i_d_c } = useMagicKeys();
48
const tokenData = useTokenData();
49
const client = useMegalodon(tokenData);
50
const providers = useSSOConfig();
@@ -80,12 +80,5 @@ watchEffect(async () => {
80
const json = await response.json();
81
window.location.href = json.link;
82
}
83
- if (t_e_s_t.value) {
84
- useEvent("notification:new", {
85
- type: "info",
86
- title: "Test Notification",
87
- message: "This is a test notification",
88
- });
89
- }
90
});
91
</script>
0 commit comments