We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d506946 commit 7d6b573Copy full SHA for 7d6b573
packages/platform-ui/src/App.vue
@@ -44,7 +44,6 @@
44
<SkMouseTrapToolTip hotkey="m" command="Toggle Menu" highlight-effect="none" position="right">
45
<v-app-bar-nav-icon @click.stop="toggleDrawer"></v-app-bar-nav-icon>
46
</SkMouseTrapToolTip>
47
- <v-chip color="red" class="mr-2">TESTING123</v-chip>
48
<v-spacer></v-spacer>
49
<user-login-and-registration-container
50
:show-registration="isRegistrationEnabled()"
@@ -112,7 +111,6 @@ const rail = ref(false);
112
111
const ready = ref(false);
113
114
const handleSignupSuccess = ({ username }: { username: string }) => {
115
- console.log('Signup successful, redirecting to:', `/u/${username}/new`);
116
router.push(`/u/${username}/new`);
117
};
118
0 commit comments