mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
update default token page note
This commit is contained in:
@@ -18,7 +18,7 @@ require(["jquery", "jhapi", "moment"], function($, JHAPI, moment) {
|
||||
$("#request-token-form").submit(function() {
|
||||
var note = $("#token-note").val();
|
||||
if (!note.length) {
|
||||
note = "requested via form page";
|
||||
note = "Requested via token page";
|
||||
}
|
||||
api.request_token(
|
||||
user,
|
||||
|
Reference in New Issue
Block a user