mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Don't login automatically.
Users find it confusing, especially when the browser disables autoplay.
This commit is contained in:
parent
5ad4df5a45
commit
1672f13230
1 changed files with 2 additions and 8 deletions
|
@ -1298,14 +1298,8 @@ function start() {
|
|||
|
||||
setLocalMute(localMute);
|
||||
|
||||
|
||||
let userpass = getUserPass();
|
||||
if(userpass)
|
||||
serverConnect();
|
||||
else {
|
||||
document.getElementById("user").classList.add('invisible');
|
||||
document.getElementById("login-container").classList.remove('invisible');
|
||||
}
|
||||
document.getElementById("user").classList.add('invisible');
|
||||
document.getElementById("login-container").classList.remove('invisible');
|
||||
}
|
||||
|
||||
start();
|
||||
|
|
Loading…
Reference in a new issue