max authtoken length is 128
It was stopping at 128, so the 512 was only incorrect, it didn't change behavior.
This commit is contained in:
parent
568d81944a
commit
ac0cb5c2cc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ webAppThread assistantdata urlrenderer noannex cannotrun postfirstrun listenhost
|
|||
#endif
|
||||
webapp <- WebApp
|
||||
<$> pure assistantdata
|
||||
<*> genAuthToken 512
|
||||
<*> genAuthToken 128
|
||||
<*> getreldir
|
||||
<*> pure staticRoutes
|
||||
<*> pure postfirstrun
|
||||
|
|
Loading…
Add table
Reference in a new issue