Skip to content

Commit a0883db

Browse files
authored
Merge pull request #56 from netlify/external-invite-response
Enable providers on accept invite page
2 parents c8c55c9 + 08cb1e4 commit a0883db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const pages = {
4848
title: "Complete your signup",
4949
button: "Sign up",
5050
button_saving: "Signing Up",
51-
password: true
51+
password: true,
52+
providers: true
5253
},
5354
user: {
5455
title: "Logged in"

0 commit comments

Comments
 (0)