Increase authentication URL sizes.

This commit is contained in:
Adam Ierymenko 2021-06-04 16:46:56 -04:00
parent 75d17ea3c8
commit 1dfe909bab
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 4 additions and 4 deletions

View file

@ -612,7 +612,7 @@ public:
/**
* Authentication URL if authentication is required
*/
char authenticationURL[256];
char authenticationURL[2048];
/**
* Time current authentication expires or -1 if external authentication is disabled