parent
f7f13dabcc
commit
d71805347b
|
@ -88,8 +88,8 @@ class AuthenticationWebView extends React.PureComponent {
|
||||||
this.dismiss();
|
this.dismiss();
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line react/sort-comp
|
// Force 3s delay so the server has time to evaluate the token
|
||||||
debouncedLogin = debounce(params => this.login(params), 3000, true);
|
debouncedLogin = debounce(params => this.login(params), 3000);
|
||||||
|
|
||||||
tryLogin = debounce(async() => {
|
tryLogin = debounce(async() => {
|
||||||
const { Accounts_Iframe_api_url, Accounts_Iframe_api_method } = this.props;
|
const { Accounts_Iframe_api_url, Accounts_Iframe_api_method } = this.props;
|
||||||
|
|
Loading…
Reference in New Issue