Skip to content

Commit

Permalink
fix(ceremony): remove word
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 27, 2024
1 parent 41417c8 commit 73b43cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Terminal/Authenticate.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ onDestroy(() => {
data={[{text: "GitHub", action: "github"}, {text: "Google", action: "google"}]}
trigger={(value: 'github' | 'google') => trigger(value)} />
<Print><br></Print>
<Print class="uppercase !text-[#FD6363]">By signing in, I acknowledge that my public GPG key and signature will be permanently publicly available as it is cryptographically part of the MPC ceremony data. I am aware that my public GPG key contains the email address I use to sign in.</Print>
<Print class="uppercase !text-[#FD6363]">By signing in, I acknowledge that my public GPG key and signature will be permanently publicly available as it is cryptographically part of the MPC ceremony data. I am aware that my GPG key contains the email address I use to sign in.</Print>
{/if}

0 comments on commit 73b43cb

Please sign in to comment.