Skip to content

Commit 1fbb72a

Browse files
Fixed wrong type for login
1 parent fa2009f commit 1fbb72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/keyauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default class KeyAuth {
166166
if (!hwid) hwid = this.get_hwid()
167167

168168
const post_data = {
169-
type: "register",
169+
type: "login",
170170
name: this.name,
171171
ownerid: this.ownerid,
172172
sessionid: this.sessionid,

0 commit comments

Comments
 (0)