Skip to content

Commit 4fa53f2

Browse files
committed
minor fixes
1 parent 0de0c92 commit 4fa53f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Root from './App/Root'
1111

1212
export default class App extends React.Component {
1313
componentDidMount(){
14-
persistStore(store, {storage:AsyncStorage, transforms: [immutableTransform()],whitelist:['auth']} ).purge()
14+
persistStore(store, {storage:AsyncStorage, transforms: [immutableTransform()],whitelist:['auth']} )
1515
}
1616
render() {
1717
return (

App/Config/Settings.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const OAUTH_CLIENT_ID = 1
2-
export const OAUTH_CLIENT_SECRECT = 'PsUvDnUTZh23rYwuvZAUte6e849nGo9f1HpIWSYA'
1+
export const OAUTH_CLIENT_ID = 2
2+
export const OAUTH_CLIENT_SECRECT = 'qduIFB33ZitsQvsSexz0mdJQgxRdoGhFuFx3CrEt'
33

0 commit comments

Comments
 (0)