You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a DISABLE_COPY_LOGIN_COMMAND constant that prevents users from
copying a login command with their token.
* Let users permanently dismiss the toast notification warning telling
users not to share their token.
* Update "Log Out" to use headline case like other menu items.
Copy file name to clipboardExpand all lines: app/views/command-line.html
+3-5
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,11 @@ <h1 id="cli">Command Line Tools</h1>
29
29
</p>
30
30
<p>
31
31
After downloading and installing it, you can start by logging in. You are currently logged into this console as <strong>{{user.metadata.name}}</strong>. If you want to log into the CLI using the same session token:
0 commit comments