Skip to content

Commit 08cb1e4

Browse files
committed
Enable providers on accept invite page
1 parent 4502f91 commit 08cb1e4

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)