Skip to content

Commit

Permalink
fix(ceremony): one per device note
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 2, 2024
1 parent bf0968e commit 3b3bb90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ceremony/src/lib/components/Terminal/Join.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ onMount(() => {
replace: true,
type: "warning"
})
terminal.updateHistory({
text: "Only one contribution per device is allowed.",
replace: true,
type: "warning"
})
terminal.setStep(2)
})
onDestroy(() => {
Expand Down

0 comments on commit 3b3bb90

Please sign in to comment.