fix email activation refresh
This commit is contained in:
parent
1835ef8be1
commit
d8c1ed992f
|
@ -159,10 +159,10 @@
|
||||||
[act (auth/activate-account
|
[act (auth/activate-account
|
||||||
@ring/auth email
|
@ring/auth email
|
||||||
{:activation-link activation-uri})]
|
{:activation-link activation-uri})]
|
||||||
(s/render
|
(s/render email
|
||||||
[:body
|
[:body
|
||||||
(s/notify "Account succesfully activated" "is-success")
|
(s/notify "Account succesfully activated" "is-success")
|
||||||
(views/dashboard)])
|
(views/dashboard email)])
|
||||||
(f/when-failed [e]
|
(f/when-failed [e]
|
||||||
(s/render
|
(s/render
|
||||||
[:body
|
[:body
|
||||||
|
|
Loading…
Reference in New Issue