Ignore:
Timestamp:
02/04/24 16:57:49 (5 months ago)
Author:
darsov2 <62809499+darsov2@…>
Branches:
master
Children:
efaa053
Parents:
07f4e8b
Message:

ouath, mailing impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/Components/Hooks/User/useCreateUser.js

    r07f4e8b r0f5aa27  
    1010                    .post(`/register`, user)
    1111                    .then((res) => {
    12                         navigator("/login")
     12                        window.location.href = "http://localhost:8080/login"
    1313                    })
    1414                    .catch((err) => {
Note: See TracChangeset for help on using the changeset viewer.