Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Nov 13, 2023
1 parent dde60ad commit 41567fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export = class AristonApp extends withAPI(App) {
this.clearLoginRefresh()
try {
const { username, password } = loginCredentials
if (!password || !password) {
if (!username || !password) {
return false
}
const postData: LoginPostData = {
Expand Down

0 comments on commit 41567fd

Please sign in to comment.