1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 21:27:41 +02:00

Changed branch name to v2.0

This commit is contained in:
trendschau
2023-11-11 21:47:44 +01:00
parent f21434bb72
commit f77546fd21

View File

@@ -36,7 +36,7 @@ class User
# delete password from public userdata
unset($this->user['password']);
return $this;
}