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
|
#endif
|
||||||
webapp <- WebApp
|
webapp <- WebApp
|
||||||
<$> pure assistantdata
|
<$> pure assistantdata
|
||||||
<*> genAuthToken 512
|
<*> genAuthToken 128
|
||||||
<*> getreldir
|
<*> getreldir
|
||||||
<*> pure staticRoutes
|
<*> pure staticRoutes
|
||||||
<*> pure postfirstrun
|
<*> pure postfirstrun
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue