Skip to content
Snippets Groups Projects
Unverified Commit 937f507b authored by Jed Fox's avatar Jed Fox
Browse files

Specify which domain will be used when you click “Use this domain”

parent 9cdbb2c4
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ export default function ConfigServer() {
style={{ color: colors.n4, marginRight: 15 }}
onClick={onSameDomain}
>
Use this domain
Use {window.location.origin.replace(/https?:\/\//, '')}
</Button>
<Button bare style={{ color: colors.n4 }} onClick={onSkip}>
Don't use a server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment