Skip to content

Commit 0e9f800

Browse files
committed
point signup to login
Signed-off-by: aabidsofi19 <[email protected]>
1 parent 800f01e commit 0e9f800

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)