This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Start writing ControlMessage.
pull/1/head
Titouan Rigoudy
9 years ago
parent
7a31415fd1
commit
f7416e4d37
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
src/utils/ControlMessage.js
+ 9
- 0
src/utils/ControlMessage.js
View File
@ -0,0 +1,9 @@
export
default
{
login
:
(
username
,
password
)
=>
(
{
"variant"
:
"LoginRequest"
,
"fields"
:
[
{
"username"
:
username
,
"password"
:
password
,
}
]
}
)
}
;
Write
Preview
Loading…
Cancel
Save