solid-nextcloud
solid-nextcloud copied to clipboard
Issue with redirect URl containing a hash
When logging in with solid-nextcloud, if the redirect url contains #, the code is appended to the URL, so it becomes #foo?code=abc. It should have redirected to ?code=abc#foo instead.