Revize faed7f5e
Přidáno uživatelem plundrichov před více než 4 roky(ů)
client/src/App.js | ||
---|---|---|
15 | 15 |
function App() { |
16 | 16 | |
17 | 17 |
useEffect(() => { |
18 |
if (window.location.pathname === '/login') return; |
|
19 | ||
18 | 20 |
api_fetch.getCurrentProfile().then(currentProfile => { |
19 | 21 |
setUserName(currentProfile); |
20 | 22 |
}).catch(reason => { |
Také k dispozici: Unified diff
re #58 conected to correct server, added config.json, added credentials in api.js and relocated errors 401, 403 to home page instead of throwing alert, edited login, edit link navbar logo