1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

electron challenge window

This commit is contained in:
Andrew Simachev 2024-03-04 11:23:39 +01:00
parent 860ccdb531
commit b9a9bae946
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
4 changed files with 40 additions and 35 deletions

View file

@ -206,6 +206,10 @@ class Api {
};
};
showChallenge (win, param) {
WindowManager.createChallenge(param);
};
};
module.exports = new Api();