%% @doc Check if a module wants to redirect to the signup form. Returns
either {ok, Location} or undefined.
observe_signup_url(#signup_url{props=Props, signup_props=SignupProps},
Context) ->
CheckId = binary_to_list(z_ids:id()),
z_session:set(signup_xs, {CheckId, Props, SignupProps}, Context),
{ok, z_dispatcher:url_for(signup, [{xs, CheckId}], Context)}.
how to take advantage of my unit?
--
---
You received this message because you are subscribed to the Google Groups
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.