1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Fix type annotation

This commit is contained in:
Franz Liedke
2020-09-18 17:47:00 +02:00
parent bd52aaaa61
commit 801220cc10

View File

@@ -6,7 +6,7 @@ import Component from '../../common/Component';
/** /**
* Shows an alert if the user has not yet confirmed their email address. * Shows an alert if the user has not yet confirmed their email address.
* *
* @param {ForumApp} app * @param {ForumApplication} app
*/ */
export default function alertEmailConfirmation(app) { export default function alertEmailConfirmation(app) {
const user = app.session.user; const user = app.session.user;