diff --git a/.changeset/nine-squids-buy.md b/.changeset/nine-squids-buy.md index 5656e2aba5..f92e2fae0c 100644 --- a/.changeset/nine-squids-buy.md +++ b/.changeset/nine-squids-buy.md @@ -6,4 +6,9 @@ "@clerk/types": minor --- -Introduce Waitlist component +Show `Join waitlist` promt from `` component when mode is `waitlist` +Change the text in `RestrictedAccess` component when mode is `waitlist` +Introduce `` component to allow users to join in the waitlist via email +Introduce `joinWaitlist` method in `clerk` class +Introduce `redirectToWaitlist` function in `clerk` class to allow user to redirect to waitlist page +