Sha256: f63e16e37006fb67415e0a7fa2dbf5938a7516e45e99fb8ce6bc0277b91bd98b

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

<%= signup_form(@user) do |f| -%>
  <%# can add form fields as desired here -%>  
	<%= f.fields_for :authentications do |af| -%>
    <%= af.hidden_field :provider %>
    <%= af.hidden_field :uid %>
    <%= af.hidden_field :raw_auth %>
  <% end %>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
muck-auth-3.5.4 app/views/authentications/signup.html.erb
muck-auth-3.5.3 app/views/authentications/signup.html.erb
muck-auth-3.5.2 app/views/authentications/signup.html.erb
muck-auth-3.5.1 app/views/authentications/signup.html.erb
muck-auth-3.5.0 app/views/authentications/signup.html.erb
muck-auth-3.4.0 app/views/authentications/signup.html.erb