Skip to content

Commit a514694

Browse files
committed
Fix url portal
1 parent 766c90c commit a514694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stockmarket-angular/scripts/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
vm.headers = [];
1111

1212
this.popupPk = {
13-
content: 'A key pair is required for authentication. <a href="https://portal.streamdata.io/#/register"
14-
target="_blank">Sign Up</a> to get yours.',
13+
content: 'A key pair is required for authentication. <a href="https://portal.streamdata.io/#/register" target="_blank">Sign Up</a> to get yours.',
1514
options: {
1615
title: null,
1716
placement: 'left',

0 commit comments

Comments
 (0)