Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit 82df2e0

Browse files
committed
minor change
עדכון נתיב api של send-verification-email ששונה בצד השרת
1 parent b1dbd44 commit 82df2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stores/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const useUserStore = defineStore('user', () => {
4242
}
4343

4444
function sendVerifyEmail () {
45-
return axios.post('users/resendVerificationEmail')
45+
return axios.post('users/send-verification-email')
4646
}
4747

4848
function sendPasswordForgotEmail (email) {

0 commit comments

Comments
 (0)