docs: Fix some copypasta in the sign_in_route/1 docstring (#293)

Co-authored-by: Andreas Donig <git@innwiese.de>
This commit is contained in:
Andreas Donig 2023-10-05 15:15:55 +02:00 committed by GitHub
parent 01423d9a57
commit 59fd882dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ defmodule AshAuthentication.Phoenix.Router do
* `path` the path under which to mount the sign-in live-view. Defaults to `"/sign-in"`.
* `register_path` - the path under which to mount the password strategy's registration live-view.
If not set, and registration is supported, registration will use a dynamic toggle and will not be routeable to.
* `register_path` - the path under which to mount the password strategy's password reset live-view.
* `reset_path` - the path under which to mount the password strategy's password reset live-view.
If not set, and password reset is supported, password reset will use a dynamic toggle and will not be routeable to.
* `live_view` the name of the live view to render. Defaults to
`AshAuthentication.Phoenix.SignInLive`.