-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add a param for empty wallet #25
feat: add a param for empty wallet #25
Conversation
Signed-off-by: Wenhao Ho <[email protected]>
89495e2
to
7fa0ead
Compare
I've added a new config it is called emptyWalletText. |
@Keyrxng Do you mind checking? |
@whck6 Thanks for the PR. Just so you know, this PR can't be merged until ubiquity/safe.ubq.fi#3 is complete as the infrastructure needed is not completely built yet. It may be best to choose another task without dependencies as it would be merged quicker. You have correctly added a new config option but it's usage isn't right. @rndquu to keep it simple, why don't we just update the current comment to something like: old: suggested: I can't think how we'd choose which message to use if the flow is |
Let's just make the text configurable and decide later on the exact text content. @whck6 Regarding the PR, although it depends on ubiquity/safe.ubq.fi#3 we can still merge it since we appreciate the help of new contributors. A few notes:
@Keyrxng Overall all text messages should be configurable in the end but right now we have the only use case for "EOA vs webauthn" registration flows. |
@rndquu my mistake I misunderstood things originally, confused myself as we had spoken about having two messages. Instead there will be only one "no wallet" message and it will be passed in via the config |
Signed-off-by: Wenhao Ho <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Wenhao Ho <[email protected]>
Updated. @rndquu |
Works fine. @whck6 Could you also update readme docs https://github.com/ubiquibot/command-start-stop/blob/development/README.md with the newly introduced parameter? |
Signed-off-by: Wenhao Ho <[email protected]>
Updated. |
Resolves #22