Set auto reset for impersonate copy link button

no issue.
- updated copy link button in member impersonate modal to auto reset after clicked so that people understand they can click the button again plus it's consistent with all other task buttons
This commit is contained in:
Peter Zimon 2020-04-27 16:49:15 +02:00
parent 34d530ab86
commit 21f7013c38

View File

@ -27,6 +27,7 @@
@value={{readonly signinUrl}}
/>
<GhTaskButton
@autoReset={{true}}
@buttonText="Copy link"
@task={{this.copySigninUrl}}
@successText="Link copied"