hotfix: v13.1.4.1

This commit is contained in:
ThatOneCalculator 2023-03-15 17:20:31 -07:00
parent 459dec4749
commit b03e655843
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.1.4",
"version": "13.1.4.1",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -78,6 +78,10 @@ async function accept(): Promise<void> {
}
}
function deny(): void {
state = 'denied';
}
function onLogin(res): void {
login(res.i);
}