{
placeholder="https://github.com/frikky/shuffle-apps"
fullWidth
/>
+
+ Authentication (optional - private repos etc):
{
fontSize: "1em",
},
}}
- onChange={e => setOpenApi(e.target.value)}
- placeholder="https://github.com/frikky/shuffle-apps"
+ onChange={e => setField1(e.target.value)}
+ type="username"
+ placeholder="Username / APIkey (optional)"
fullWidth
/>
{
fontSize: "1em",
},
}}
- onChange={e => setOpenApi(e.target.value)}
- placeholder="https://github.com/frikky/shuffle-apps"
+ onChange={e => setField2(e.target.value)}
+ type="password"
+ placeholder="Password (optional)"
fullWidth
/>
@@ -718,6 +749,7 @@ const Apps = (props) => {
Cancel
diff --git a/frontend/src/LoginPage.js b/frontend/src/LoginPage.js
index 040aeeac..7ff22e80 100644
--- a/frontend/src/LoginPage.js
+++ b/frontend/src/LoginPage.js
@@ -172,7 +172,7 @@ const LoginDialog = props => {
const basedata =