Skip to content

Commit ea4c3ac

Browse files
author
Chris Gårdenberg
committed
fix(Profile): If the query is missing, show the normal profile.
1 parent 8cc59ee commit ea4c3ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/template/myPagesTemplate/login.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
require_once 'certificates.php';
1616
} elseif ( isset( $q['edu-password'] ) ) {
1717
require_once 'change-password.php';
18+
} else {
19+
require_once 'profile.php';
1820
}
1921
} else {
2022
if ( isset( $q['edu-login'] ) ) {

0 commit comments

Comments
 (0)