Skip to content

Commit 358a13b

Browse files
committed
console: Fix URL
1 parent 6c4e8d1 commit 358a13b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • pkg/webui/console/containers/gateway-onboarding-form/qr-scan-section

pkg/webui/console/containers/gateway-onboarding-form/qr-scan-section/fleets-scan.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ import Input from '@ttn-lw/components/input'
2323
import Message from '@ttn-lw/lib/components/message'
2424

2525
import sharedMessages from '@ttn-lw/lib/shared-messages'
26-
import { selectPluginTTSCloud } from '@ttn-lw/lib/selectors/env'
2726
import PropTypes from '@ttn-lw/lib/prop-types'
2827

29-
const smUrl = selectPluginTTSCloud().subscription_management_url
28+
const smUrl = 'https://accounts.thethingsindustries.com'
3029

3130
const m = defineMessages({
3231
addFleet: 'Add to Fleet',

0 commit comments

Comments
 (0)