Skip to content

Commit 87f49f7

Browse files
committed
fix our WebDav-CGI logout not working as intended
1 parent 0807162 commit 87f49f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/samba-dav

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ onclick="$.ajax({
5656
url: '/',
5757
dataType: 'json',
5858
async: true,
59-
username: 'logout',
59+
username: '',
6060
password: 'turnkeylinuxlogout'
6161
}).done(
6262
function() {

0 commit comments

Comments
 (0)