Skip to content

Commit b626be4

Browse files
committed
Add more logs
1 parent e7eb3e6 commit b626be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composables/useSignIn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default function (): SignInProgressProps {
2626
url = url.charAt(url.length - 1) === '/' ? url : `${url}/`;
2727
url = `${url}dashboard`;
2828

29+
console.log(config.public.siteUrl, config.public.testUrl);
2930
console.log(url);
3031

3132
return url;

0 commit comments

Comments
 (0)