mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
change member invite to api route, add resend invitation mail, add delete invitation, fixes ST-87
This commit is contained in:
@@ -7,3 +7,8 @@ export function isBillingActivated() {
|
||||
|
||||
return page.props.has_billing_extension;
|
||||
}
|
||||
|
||||
export function hasActiveSubscription() {
|
||||
// TODO: Replace with server side check
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user