mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fixes typo
This commit is contained in:
parent
b9d9f14916
commit
8ec28da4fe
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ var updateUsername = function (socket) {
|
||||||
if (response.success && response.username == username) {
|
if (response.success && response.username == username) {
|
||||||
socket.emit('update_username', { username: username });
|
socket.emit('update_username', { username: username });
|
||||||
} else {
|
} else {
|
||||||
addStatusMessage("Failed to updated username.")
|
addStatusMessage("Failed to update username.")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return username;
|
return username;
|
||||||
|
|
Loading…
Reference in a new issue