We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20182c commit 8ba001eCopy full SHA for 8ba001e
website/src/tabs/advanced/DecryptAccount.jsx
@@ -43,7 +43,7 @@ export const DecryptAccount = () => {
43
: "";
44
};
45
46
- const layout = { labelCol: { span: 3 }, wrapperCol: { span: 21 } };
+ const layout = { labelCol: { span: 6 }, wrapperCol: { span: 21 } };
47
useEffect(() => {}, [inputCiphertext, inputPassword]);
48
if (aleo !== null) {
49
const privateKey = () =>
0 commit comments