teableio/teable

View on GitHub
packages/core/src/auth/system.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const SYSTEM_USER_ID = 'system';

export const getPluginEmail = (pluginId: string) => `${pluginId.toLowerCase()}@plugin.teable.io`;