feat(password-recovery): Fix build issue

This commit is contained in:
smizrahi
2022-10-03 13:45:10 +02:00
parent fb51911936
commit 2e1b22cb23
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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
+1 -1
View File
@@ -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:)];