Skip to content

Commit e7eb3e6

Browse files
committed
Add temporary log
1 parent 679ead2 commit e7eb3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composables/useSignIn.ts

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

29+
console.log(url);
30+
2931
return url;
3032
};
3133

0 commit comments

Comments
 (0)