Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add activation redirect #174

Merged

Conversation

roshni73
Copy link
Collaborator

@roshni73 roshni73 commented Nov 25, 2024

Addresses:

Changes

  • Add Activationredirect

This PR doesn't introduce:

  • typos
  • conflict markers
  • unwanted comments
  • temporary files, auto-generated files or secret keys
  • console.log meant for debugging
  • codegen errors

@roshni73 roshni73 marked this pull request as draft November 25, 2024 11:38
@roshni73 roshni73 marked this pull request as ready for review November 26, 2024 08:56
Comment on lines 258 to 270
// const resendValidationEmail = customWrapRoute({
// parent: rootLayout,
// path: 'resend-validation-email',
// component: {
// render: () => import('#views/ResendValidationEmail'),
// props: {},
// },
// wrapperComponent: Auth,
// context: {
// title: 'Resend Validation Email',
// visibility: 'is-not-authenticated',
// },
// });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use block comment.

wrapperComponent: Auth,
context: {
title: 'Activation Redirect',
visibility: 'is-not-authenticated',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to anything

@AdityaKhatri AdityaKhatri merged commit 88cb3bf into project/phase-2-dummy-pages Nov 28, 2024
4 checks passed
@AdityaKhatri AdityaKhatri deleted the feature/account-activation branch November 28, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants