Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
💬 英語表記にあわせる
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Oct 6, 2024
1 parent 50b1fad commit 9cc3f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const saveUserToFirestore = async (user: User) => {
await setDoc(userRef, {
uid: user.uid
})
console.log('Firestoreに新しいユーザーが登録されました')
console.log('A new user has been registered in Firestore.')
} else {
console.log('ユーザーは既にFirestoreに存在しています')
console.log('The user already exists in Firestore.')
}
}
Expand Down

0 comments on commit 9cc3f56

Please sign in to comment.