mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-22 13:52:58 +00:00
Properly handle 404 NOT FOUND at account creation
This commit is contained in:
@@ -30,6 +30,8 @@ public enum LoginReturnCode {
|
||||
INVALID_ADDR,
|
||||
HTTP_CONN_FAILED,
|
||||
CONN_FAILED,
|
||||
CONN_FAILED_NOT_FOUND,
|
||||
INVALID_LOGIN,
|
||||
UNKNOWN_ERROR,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user