mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-26 04:54:36 +00:00
link fix
This commit is contained in:
@@ -132,7 +132,7 @@ export const AddUserModal: FC<AddUserModalProps> = ({isOpen, onCloseModal, userD
|
|||||||
|
|
||||||
|
|
||||||
const mapTokenToLink = (token) => {
|
const mapTokenToLink = (token) => {
|
||||||
return`${window.location.origin}/${RouterRoutes.SETUP}/${token}`
|
return`${window.location.origin}${RouterRoutes.SETUP}/${token}`
|
||||||
}
|
}
|
||||||
|
|
||||||
const generateLink = async() => {
|
const generateLink = async() => {
|
||||||
|
Reference in New Issue
Block a user