Skip to content

Commit

Permalink
Remove console logs in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Dec 19, 2023
1 parent 6941c41 commit 2933102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mvp/src/composables/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export default function useAuth() {
loginCredentials: LoginCredentials
): Promise<UserAuthState> {
const { address, provider } = loginCredentials
console.log("loginCredentials :>> ", loginCredentials)
try {
if (user.value) {
// If address already exists on user, do nothing
Expand Down

0 comments on commit 2933102

Please sign in to comment.