mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Fix type annotation
This commit is contained in:
@@ -6,7 +6,7 @@ import Component from '../../common/Component';
|
||||
/**
|
||||
* Shows an alert if the user has not yet confirmed their email address.
|
||||
*
|
||||
* @param {ForumApp} app
|
||||
* @param {ForumApplication} app
|
||||
*/
|
||||
export default function alertEmailConfirmation(app) {
|
||||
const user = app.session.user;
|
||||
|
Reference in New Issue
Block a user