Skip to content

Moiz-ENGT-2364-Add "cancel" button to close app registration page #224

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moiz-deriv
Copy link
Contributor

fix: Added cancel button to navigate to dashboard on app reg page

@moiz-deriv moiz-deriv requested a review from shafin-deriv as a code owner May 14, 2025 02:20
Copy link

vercel bot commented May 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
deriv-api-docs ✅ Ready (Inspect) Visit Preview May 14, 2025 2:22am

size={is_desktop ? 'lg' : 'md'}
color='black'
onClick={() => {
window.location.href = '/dashboard';
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a good practice to hardcode a url in the code.

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