mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-07 00:48:20 +01:00
refactor: ⚰️ Remove old testing code
This commit is contained in:
parent
c8e0cac6e2
commit
f6153cb5fe
|
|
@ -44,7 +44,7 @@
|
||||||
import { OverlayScrollbarsComponent } from "#imports";
|
import { OverlayScrollbarsComponent } from "#imports";
|
||||||
const { width } = useWindowSize();
|
const { width } = useWindowSize();
|
||||||
|
|
||||||
const { n, o_i_d_c, t_e_s_t } = useMagicKeys();
|
const { n, o_i_d_c } = useMagicKeys();
|
||||||
const tokenData = useTokenData();
|
const tokenData = useTokenData();
|
||||||
const client = useMegalodon(tokenData);
|
const client = useMegalodon(tokenData);
|
||||||
const providers = useSSOConfig();
|
const providers = useSSOConfig();
|
||||||
|
|
@ -80,12 +80,5 @@ watchEffect(async () => {
|
||||||
const json = await response.json();
|
const json = await response.json();
|
||||||
window.location.href = json.link;
|
window.location.href = json.link;
|
||||||
}
|
}
|
||||||
if (t_e_s_t.value) {
|
|
||||||
useEvent("notification:new", {
|
|
||||||
type: "info",
|
|
||||||
title: "Test Notification",
|
|
||||||
message: "This is a test notification",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
Loading…
Reference in a new issue