Apply suggestions from code review

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
This commit is contained in:
Min RK
2025-04-25 12:57:33 +02:00
committed by GitHub
parent 36fd86798e
commit f45f7536e9
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
This one serves a form with a single username input field
After entering the username, generate a token and redirect to hub login with that token,
which is then exchaned for a username.
which is then exchanged for a username.
Users cannot login to JupyterHub directly, only via this app.
"""