mirror of
https://github.com/flarum/core.git
synced 2025-10-13 16:05:05 +02:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
/**
|
|
* Shows an alert if the user has not yet confirmed their email address.
|
|
*
|
|
* @param {ForumApplication} app
|
|
*/
|
|
export default function alertEmailConfirmation(app: any): void;
|