Increase authentication URL sizes.

This commit is contained in:
Adam Ierymenko
2021-06-04 16:46:56 -04:00
parent 75d17ea3c8
commit 1dfe909bab
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