You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
40
40
defpdepsdo
41
41
[
42
42
# ...
43
-
{:pow_assent, "~> 0.4.15"},
43
+
{:pow_assent, "~> 0.4.16"},
44
44
45
45
# Optional, but recommended for SSL validation with :httpc adapter
46
46
{:certifi, "~> 2.4"},
@@ -112,7 +112,7 @@ You can use `PowAssent.Phoenix.ViewHelpers.provider_links/1` to add provider lin
112
112
do:content_tag(:span, link) %>
113
113
```
114
114
115
-
This can be used in the `WEB_PATH/templates/pow/session/new.html.eex`, `WEB_PATH/templates/pow/registration/new.html.eex` and `WEB_PATH/templates/pow/registration/edit.html.eex` templates.
115
+
This can be used in the `WEB_PATH/controllers/pow/session_html/new.html.heex`, `WEB_PATH/controllers/pow/registration_html/new.html.heex` and `WEB_PATH/controllers/pow/registration_html/edit.html.heex` templates.
116
116
117
117
By default "Sign in with PROVIDER" link is shown. A "Remove PROVIDER authentication" link will be shown instead if the user is signed in and the user already have authorized with the provider.
0 commit comments