(_config: AuthConfig)
| 72 | } |
| 73 | |
| 74 | export function getModelName(_config: AuthConfig): string | null { |
| 75 | return getPersistedModelName(); |
| 76 | } |
| 77 | |
| 78 | // --------------------------------------------------------------------------- |
| 79 | // Config loading / saving (no-ops) |
no test coverage detected