mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
7 lines
236 B
TypeScript
7 lines
236 B
TypeScript
/**
|
|
* Shows an alert if the user has not yet confirmed their email address.
|
|
*
|
|
* @param {import('../ForumApplication').default} app
|
|
*/
|
|
export default function alertEmailConfirmation(app: import('../ForumApplication').default): void;
|