Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-console
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier Larrosa
web-console
Commits
e87fddb0
Commit
e87fddb0
authored
Sep 06, 2021
by
ajlarrosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avances
parent
ade3f7ee
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.eslintcache
web/.eslintcache
+1
-1
Signin.tsx
web/src/components/Signin.tsx
+0
-1
No files found.
web/.eslintcache
View file @
e87fddb0
This diff is collapsed.
Click to expand it.
web/src/components/Signin.tsx
View file @
e87fddb0
...
@@ -53,7 +53,6 @@ const Signin = (props: RouteComponentProps) => {
...
@@ -53,7 +53,6 @@ const Signin = (props: RouteComponentProps) => {
const
{
t
}
=
useTranslation
([
'signin'
]);
const
{
t
}
=
useTranslation
([
'signin'
]);
const
doSignin
=
(
data
:
Record
<
string
,
string
>
)
=>
{
const
doSignin
=
(
data
:
Record
<
string
,
string
>
)
=>
{
console
.
log
(
data
);
Utils
.
axiosInstance
Utils
.
axiosInstance
.
post
(
Utils
.
loadUrl
(
apiRouters
.
router
.
sign_in
,
null
),
{
.
post
(
Utils
.
loadUrl
(
apiRouters
.
router
.
sign_in
,
null
),
{
// _xsrf: Utils.base64Decode(xsrf.split("|")[0]), // todo
// _xsrf: Utils.base64Decode(xsrf.split("|")[0]), // todo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment