Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건희
/
OSSW_Weather_Briefing
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김건희
2022-05-17 18:57:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c6cfb46abf27a094d5bd0c348c1610f82ab4727
8c6cfb46
1 parent
8cbc3ff6
[Merge] 'feature/loginpage' into 'frontend'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
weather_briefing/src/component/views/LoginPage/LoginPage.js
weather_briefing/src/component/views/LoginPage/LoginPage.js
View file @
8c6cfb4
...
...
@@ -51,6 +51,7 @@ function LoginPage(props) {
setCheckLoginError
(
false
);
}
// login data
if
(
!
checkLoginError
)
{
const
UserData
=
{
id
:
Id
,
...
...
Please
register
or
login
to post a comment