-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Signer new-token generates a link and opens browser #3379
Conversation
r#" | ||
Open: {} | ||
to authorize your browser. | ||
Or use the code: {}"#, |
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.
Have also had a few requests to put the code on its own line to make it easier to copy
moving in the right direction here. since it now opens a window, let's just have the user run |
So I think we should rather:
|
UI code to handle the auth token as passed forthcoming in this PR. EDIT: UI handles |
|
so a user doesn't care about authorisation tokens - they only care about using parity's UI. if this opens a browser window, it should be called |
|
Closes https://github.com/ethcore/parity/issues/2874