chore: tweak sso docs

This commit is contained in:
Steven
2024-08-14 22:24:11 +08:00
parent f057cd0078
commit 972b3a3106
8 changed files with 40 additions and 11 deletions

View File

@ -27,7 +27,7 @@ const SubscriptionSetting: React.FC = () => {
licenseKey,
});
if (subscription) {
toast.success(`Welcome to Slash-${stringifyPlanType(subscription.plan)}🎉`);
toast.success(`Welcome to Slash ${stringifyPlanType(subscription.plan)}🎉`);
}
} catch (error: any) {
toast.error(error.details);