mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +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}
|
||||
* @param {string} [username]
|
||||
*/
|
||||
async function gotConnected(username) {
|
||||
let credentials;
|
||||
async function gotConnected() {
|
||||
let username, credentials;
|
||||
if(token) {
|
||||
credentials = {
|
||||
type: 'token',
|
||||
|
|
Loading…
Reference in a new issue