Skip to content

Commit

Permalink
feat: set secret key input to password type on activation modal (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Nov 28, 2023
1 parent 0e44726 commit 1e6a9c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const SecretKeyActivationModal = ({
<FormLabel>Enter or upload Secret Key</FormLabel>
<Stack direction="row" spacing="0.5rem">
<Input
type="password"
{...register('secretKey', {
required: "Please enter the form's secret key",
pattern: {
Expand Down

0 comments on commit 1e6a9c5

Please sign in to comment.