Viliam Kopecký
Viliam Kopecký
Nope... I'm talking about the request back to API with the new password in JSON. But you acccept the token in URL parameter. 
Blocked by https://github.com/Einstore/Einstore/issues/133
For easy customization of UI with simple updating (avoiding rebase conflicts)
@rafiki270 I think this should not be in `/info` but rather inside basic authenticator config. You could have more basic authenticators with different registration endpoints and stuff...
@rafiki270 And I think this already works. Close if you don't disagree.
even better would be dev-stack-groups™. Sometimes I want to work with PHP 5, Apache and Mysql, but other times PHP 7 with Nginx and FastCGI :)
I think they want you to link css files like this in loader: ```tsx import mantineCssUrl from '@mantine/core/styles.css?url' //... links: () => [{ rel: 'stylesheet', href: mantineCssUrl }] ``` As...