Skip to content

Commit b9b5ede

Browse files
authored
Merge pull request #134 from altmp/ALTV-972
ALTV-972 [server] If cloud auth is not accessible, then client shouldn't connect the server
2 parents 5fb8524 + 22d35f7 commit b9b5ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/CloudAuthResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ namespace alt
88
{
99
SUCCESS,
1010
NO_BENEFIT,
11-
VERIFY_FAILED,
11+
UNDEFINED
1212
};
1313
} // namespace alt

0 commit comments

Comments
 (0)