mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
hardcode app circuit to prove_rsa_65537_sha256, todo adapt so it supports the 3 of them
This commit is contained in:
@@ -100,6 +100,8 @@ const ProveScreen: React.FC<ProveScreenProps> = ({ setSheetRegisterIsOpen }) =>
|
||||
setIsConnecting(true);
|
||||
setGeneratingProof(true);
|
||||
|
||||
console.log("handleProve. selectedApp", selectedApp)
|
||||
|
||||
if (!socket) {
|
||||
throw new Error('Socket not initialized');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user