mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
feat(password-recovery): Fix build issue
This commit is contained in:
@@ -44,5 +44,3 @@ UI/WebServerResources/js/vendor/ckeditor/plugins/onchange/docs
|
||||
UI/WebServerResources/js/vendor/ckeditor/plugins/scayt/*.md
|
||||
UI/WebServerResources/js/vendor/ckeditor/skins/n1theme/*.md
|
||||
|
||||
# JS
|
||||
UI/WebServerResources/js/*.map
|
||||
|
||||
@@ -124,7 +124,7 @@ static const NSString *kTyp = @"JWT";
|
||||
unsigned char hs256[HS256_TOKEN_LENGH] = {};
|
||||
NSString *headerBase64, *payloadBase64, *content, *token;
|
||||
NSArray *sortedKeys;
|
||||
NSMutableDictionary *sortedDict
|
||||
NSMutableDictionary *sortedDict;
|
||||
|
||||
// Reorder dictionary keys
|
||||
sortedKeys = [[dict allKeys] sortedArrayUsingSelector: @selector(compare:)];
|
||||
|
||||
Reference in New Issue
Block a user