Perry Liu

Results 3 issues of Perry Liu

Error on line 1596 of vanilla-datetimerange-picker.js: ``` 1596 start = moment(this.element.val(), this.locale.format); ``` should be: ``` 1596 start = moment(this.element.value, this.locale.format); ```

**Describe the bug** When the __str__ method is invoked on `google_msg_handler` it is unable to reference `driver_path` since it does not exist. **To Reproduce** Steps to reproduce the behavior: 1....

bug

**Describe the bug** Docker fails to start for a new user trying to setup Google 2FA auth. Error for failed attempt by auth to use `google_msg_handler.py` code using driver methods...

bug