diff options
author | Mario <mario@mariovavti.com> | 2024-07-20 10:00:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-20 10:00:47 +0000 |
commit | c22f633ae0d42b5a0076a11dd08952817a613342 (patch) | |
tree | f9b952d8b507cd5d3d6d3bb4d1b8f418710b91e9 /Zotlabs/Module/Login.php | |
parent | c71eb401c04c5ae2e5388f988825b072f3c113df (diff) | |
download | volse-hubzilla-c22f633ae0d42b5a0076a11dd08952817a613342.tar.gz volse-hubzilla-c22f633ae0d42b5a0076a11dd08952817a613342.tar.bz2 volse-hubzilla-c22f633ae0d42b5a0076a11dd08952817a613342.zip |
Revert "more work on sse sys messages"
This reverts commit 983fc84f283f34783b281ab047dc47c581cb937c
Diffstat (limited to 'Zotlabs/Module/Login.php')
-rw-r--r-- | Zotlabs/Module/Login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Login.php b/Zotlabs/Module/Login.php index 721ac15ac..6430939b4 100644 --- a/Zotlabs/Module/Login.php +++ b/Zotlabs/Module/Login.php @@ -12,5 +12,5 @@ class Login extends \Zotlabs\Web\Controller { return login(true); } - + } |