Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Oct 9, 2023
1 parent 4949307 commit 75789bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions krl/io.picolabs.plan.apps.krl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ input.wide90 {
<p>You are now ready to login to your personal agent.</p>
<form method="POST" action="#{apps_login_url()}">
<input type="hidden" name="request_method" value="POST">
<input type="checkbox" name="new_eci"> New ECI?
<br>
<button type="submit">Login</button>
</form>
>>
Expand Down

1 comment on commit 75789bb

@b1conrad
Copy link
Member Author

Choose a reason for hiding this comment

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

Simplify (re)onboarding process by removing this option from the "ready to login" page. The remainder of the mechanism is still there for future use.

Please sign in to comment.