mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Remove spurious argument to gotConnected.
This commit is contained in:
parent
58ef60f974
commit
e47ca20a9f
1 changed files with 2 additions and 3 deletions
|
@ -297,10 +297,9 @@ function setConnected(connected) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @this {ServerConnection}
|
* @this {ServerConnection}
|
||||||
* @param {string} [username]
|
|
||||||
*/
|
*/
|
||||||
async function gotConnected(username) {
|
async function gotConnected() {
|
||||||
let credentials;
|
let username, credentials;
|
||||||
if(token) {
|
if(token) {
|
||||||
credentials = {
|
credentials = {
|
||||||
type: 'token',
|
type: 'token',
|
||||||
|
|
Loading…
Reference in a new issue