updated ui/dist

This commit is contained in:
Gani Georgiev
2024-12-02 13:48:11 +02:00
parent 2d828ef9eb
commit f80de83234
30 changed files with 124 additions and 125 deletions
@@ -244,7 +244,6 @@
value={otpId}
placeholder={lastOTPId}
on:change={(e) => {
console.log("change");
otpId = e.target.value || lastOTPId;
e.target.value = otpId;
}}