Skip to content

Commit

Permalink
fix(ui): unauthorized login screen redirection to token creation docs (
Browse files Browse the repository at this point in the history
…#7846)

Signed-off-by: Doğukan Tuna <dogukan.tuna@trendyol.com>
  • Loading branch information
Doğukan Tuna authored Feb 10, 2022
1 parent d7a64ea commit 938fde9
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 12 deletions.
3 changes: 2 additions & 1 deletion ui/src/app/login/components/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const Login = () => (
</div>
<div className='columns small-4'>
<p>
If your organisation has configured <b>client authentication</b>, get your token using <code>argo auth token</code> and paste in this box:
If your organisation has configured <b>client authentication</b>, get your token following this instructions from{' '}
<a href='https://argoproj.github.io/argo-workflows/access-token/#token-creation'>here</a> and paste in this box:
</p>
<div>
<textarea id='token' cols={32} rows={8} />
Expand Down
Loading

0 comments on commit 938fde9

Please sign in to comment.