This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ec1782e504
Rocket.Chat.ReactNative
/
app
/
reducers
/
initialState.js
6 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Init Redux usage
2017-08-13 01:35:09 +00:00
export
default
{
Load settings to redux and allow login via LDAP and CROWD
2017-08-13 23:02:46 +00:00
server
:
null
,
login
:
{
}
,
settings
:
{
}
Init Redux usage
2017-08-13 01:35:09 +00:00
}
;