Skip to content

Commit e256793

Browse files
authored
Merge pull request #74 from layer5io/fix-bugs
point signup to login
2 parents f841e62 + 0e9f800 commit e256793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ExtensionComponent/ExtensionComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const ExtensionsComponent = () => {
324324
onClick={() => {
325325
const url =
326326
providerUrl +
327-
"/registration?source=aHR0cDovL2xvY2FsaG9zdDo3ODc3L3Rva2VuL3N0b3Jl&provider_version=v0.3.14";
327+
"/login?source=aHR0cDovL2xvY2FsaG9zdDo3ODc3L3Rva2VuL3N0b3Jl&provider_version=v0.3.14";
328328
console.log("provider url", url);
329329
window?.ddClient?.host?.openExternal?.(url);
330330
}}

0 commit comments

Comments
 (0)