Skip to content

Conversation

@YoanwM
Copy link
Contributor

@YoanwM YoanwM commented Apr 30, 2021

Make secret field not visible on the first connection when the secret is not set on the server

Close #303

Copy link
Collaborator

@erikmd erikmd left a comment

Choose a reason for hiding this comment

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

Thanks @YoanwM! your PR works well, I just left two comments to make the code even more idiomatic :)

You can either refactor your commit locally (by doing emacs src/main/learnocaml_main.ml then git commit -a --amend and finally git push -f) ← recommended approach; or use the automatic buttons Commit suggestion in GitHub (also works, but would have the drawback of creating two more commits, instead of amending the single commit you already pushed).

@erikmd erikmd added the kind: enhancement Enhancement to an existing user-facing feature. label May 1, 2021
@erikmd erikmd merged commit 7c9132d into ocaml-sf:master May 3, 2021
@erikmd erikmd deleted the secret branch May 3, 2021 12:39
@erikmd erikmd self-assigned this Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: enhancement Enhancement to an existing user-facing feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't show Secret field if no secret is configured

2 participants