We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4e8d1 commit 358a13bCopy full SHA for 358a13b
1 file changed
pkg/webui/console/containers/gateway-onboarding-form/qr-scan-section/fleets-scan.js
@@ -23,10 +23,9 @@ import Input from '@ttn-lw/components/input'
23
import Message from '@ttn-lw/lib/components/message'
24
25
import sharedMessages from '@ttn-lw/lib/shared-messages'
26
-import { selectPluginTTSCloud } from '@ttn-lw/lib/selectors/env'
27
import PropTypes from '@ttn-lw/lib/prop-types'
28
29
-const smUrl = selectPluginTTSCloud().subscription_management_url
+const smUrl = 'https://accounts.thethingsindustries.com'
30
31
const m = defineMessages({
32
addFleet: 'Add to Fleet',
0 commit comments