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/Layout/Navbar/Navigation.js

    r07f4e8b r0f5aa27  
    6363                  style={{ backgroundColor: "#159895" }}
    6464                  onClick={() => {
    65                     navigator("/login");
     65                    window.location.href = ("http://localhost:8080/login");
    6666                  }}
    6767                >
Note: See TracChangeset for help on using the changeset viewer.