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