Skip to content

Commit

Permalink
prime code for production
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronlxj committed Apr 25, 2024
1 parent 91c1f8e commit 2c3c954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/EditProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default {
async mounted() {
const auth = getAuth();
onAuthStateChanged(auth, (user) => {
console.log(user);
if (user) {
this.user.email = user.email;
this.fetchUserData();
Expand Down

0 comments on commit 2c3c954

Please sign in to comment.