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

Remove TOTP URL from UI #1674

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Remove TOTP URL from UI #1674

merged 1 commit into from
Jan 29, 2025

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Jan 29, 2025

Important

Remove totpVerificationUrl field from task creation forms and workflow nodes in the UI.

  • Behavior:
    • Remove totpVerificationUrl field from task creation forms in CreateNewTaskForm.tsx, CreateNewTaskFormPage.tsx, and SavedTaskForm.tsx.
    • Remove totpVerificationUrl handling from workflow nodes in ActionNode.tsx, FileDownloadNode.tsx, LoginNode.tsx, NavigationNode.tsx, and TaskNode.tsx.
  • Schema:
    • Remove totpVerificationUrl from createNewTaskFormSchemaBase in taskFormTypes.ts.
  • Misc:
    • Update initial values and request object creation to exclude totpVerificationUrl in CreateNewTaskForm.tsx, CreateNewTaskFormPage.tsx, and SavedTaskForm.tsx.

This description was created by Ellipsis for 84c92a6. It will automatically update as commits are pushed.

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Remove `totpVerificationUrl` field from task forms and workflow nodes to simplify UI and data handling.
>
>   - **Behavior**:
>     - Removed `totpVerificationUrl` field from task creation forms in `CreateNewTaskForm.tsx`, `CreateNewTaskFormPage.tsx`, and `SavedTaskForm.tsx`.
>     - Removed `totpVerificationUrl` handling from retry task logic in `RetryTask.tsx`.
>     - Removed `totpVerificationUrl` from workflow editor nodes: `ActionNode.tsx`, `FileDownloadNode.tsx`, `LoginNode.tsx`, `NavigationNode.tsx`, and `TaskNode.tsx`.
>   - **Schemas**:
>     - Removed `totpVerificationUrl` from `createNewTaskFormSchemaBase` in `taskFormTypes.ts`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for e29d1d5ce67e4378a0b79d627d552334bc35300f. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 84c92a6 in 32 seconds

More details
  • Looked at 299 lines of code in 10 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_thfITfRBsmozpjRz


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Incremental review on 84c92a6 in 48 seconds

More details
  • Looked at 299 lines of code in 10 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_TlW7zFMDaPEFNPGi


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@msalihaltun msalihaltun merged commit 2166ab1 into main Jan 29, 2025
6 checks passed
@msalihaltun msalihaltun deleted the salih/remove-totp-url-from-ui branch January 29, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants