Merge pull request #13314 from owncloud/login-hook-logout
Return false if the login is canceled in a hookremotes/origin/create-share-target-reuse
commit
254a1fa12a
@ -0,0 +1,12 @@ |
||||
<?php |
||||
/** |
||||
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> |
||||
* This file is licensed under the Affero General Public License version 3 or |
||||
* later. |
||||
* See the COPYING-README file. |
||||
*/ |
||||
|
||||
namespace OC\User; |
||||
|
||||
class LoginException extends \Exception { |
||||
} |
||||
Loading…
Reference in new issue