handle both tokens and token in query
This commit is contained in:
parent
a3312ec8ff
commit
c54cf56a7b
|
@ -923,6 +923,9 @@ window.onload = function () {
|
|||
if (queryParams.tokens) {
|
||||
ui.connectDialog.tokens(queryParams.tokens.split(","))
|
||||
}
|
||||
if (queryParams.token) {
|
||||
ui.connectDialog.token(queryParams.token.split(","))
|
||||
}
|
||||
if (queryParams.username) {
|
||||
ui.connectDialog.username(queryParams.username)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue