Finishing touches to publish
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { RESET_ROUTE, ROUTE_PREFIX } from '../constants/constants';
|
||||
import { RESET_ROUTE, ROUTE_PREFIX } from '../constants/env';
|
||||
|
||||
export const getPasswordResetPath = (token: string) => `${ROUTE_PREFIX}${RESET_ROUTE}?t=${token}`;
|
||||
|
||||
Reference in New Issue
Block a user