Newer
Older
alert / js / node_modules / flarum / forum / utils / alertEmailConfirmation.d.ts
@Réz István Réz István on 18 Nov 2021 181 bytes first commit
/**
 * Shows an alert if the user has not yet confirmed their email address.
 *
 * @param {ForumApplication} app
 */
export default function alertEmailConfirmation(app: any): void;