[FIX] OAuth (#496)
This commit is contained in:
parent
3fd21a92c3
commit
158df06d5c
|
@ -5,7 +5,6 @@ import { connect } from 'react-redux';
|
|||
|
||||
import RocketChat from '../lib/rocketchat';
|
||||
import I18n from '../i18n';
|
||||
import { iconsMap } from '../Icons';
|
||||
|
||||
const userAgentAndroid = 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1';
|
||||
const userAgent = Platform.OS === 'ios' ? 'UserAgent' : userAgentAndroid;
|
||||
|
@ -16,9 +15,8 @@ const userAgent = Platform.OS === 'ios' ? 'UserAgent' : userAgentAndroid;
|
|||
export default class OAuthView extends React.PureComponent {
|
||||
static navigatorButtons = {
|
||||
leftButtons: [{
|
||||
id: 'close',
|
||||
title: I18n.t('Close'),
|
||||
icon: Platform.OS === 'android' ? iconsMap.close : undefined
|
||||
id: 'cancel',
|
||||
title: I18n.t('Cancel')
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
|
@ -2154,7 +2154,7 @@
|
|||
"integrity": "sha512-iOD1PRnTSVr9sDWQdesIpfRrwJhHfeEQe5BpalQxC5OhM9thpiE6cu2NlW1KBWl0RJG4ZiJaF1xLlCo9YxU6dA=="
|
||||
},
|
||||
"@rocket.chat/sdk": {
|
||||
"version": "git+https://github.com/RocketChat/Rocket.Chat.js.SDK.git#0db179f062719119cfe3fad1f7d6c2f1a4a896bf",
|
||||
"version": "git+https://github.com/RocketChat/Rocket.Chat.js.SDK.git#0814dfc3650476801590d3fd8517632ef50b158c",
|
||||
"from": "git+https://github.com/RocketChat/Rocket.Chat.js.SDK.git#ddp",
|
||||
"requires": {
|
||||
"@types/lru-cache": "^4.1.0",
|
||||
|
|
Loading…
Reference in New Issue