-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sc-8028] new onboarding form in hubspot (#1179)
* [sc-8028]: onboarding form updates - rewording and new options on use case question - new learn about us question - no more hosting question * Remove join button from magic component This magic component is used for both account creation and invitations. Having a `join` button was not a problem for invitation, but it was not an option for regular account creation. So we improved the error management flow of this step, and we put it back automatic.
- Loading branch information
1 parent
d92aee6
commit 080ff6a
Showing
13 changed files
with
385 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
<stf-user-container> | ||
<div class="join-container"> | ||
<h2> | ||
{{ 'invite.title' | translate }} | ||
</h2> | ||
<pa-button | ||
kind="primary" | ||
[disabled]="!token" | ||
(click)="join()"> | ||
{{ 'invite.join-button' | translate }} | ||
</pa-button> | ||
</div> | ||
<p>{{ (error ? error : 'onboarding.loading') | translate }}</p> | ||
</stf-user-container> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.