Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Conversation

DanSallau
Copy link
Contributor

Hi,

The attached changes cater for the cashierLock or security settings as sometimes referred to. The cashier lock should work fine now.

const isValid = (pw1, pw2) => ((pw1 === pw2) && (pw1.length > 6));
if (!!(settings.cashier_password)) {
delete req.lock_password;
LiveData.api.setCashierLock(req)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use async/await.

borisyankov added a commit that referenced this pull request Feb 17, 2016
@borisyankov borisyankov merged commit 52edd1c into regentmarkets-repo-archive:master Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants