Skip to content

fix(max): bad password return GENERAL_ERROR instead CHANGE_PASSWORD … #1329

fix(max): bad password return GENERAL_ERROR instead CHANGE_PASSWORD …

fix(max): bad password return GENERAL_ERROR instead CHANGE_PASSWORD … #1329

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run npm install
run: npm install
- name: Run lint
run: npm run lint