Skip to content

Commit cb84838

Browse files
committed
lint error in login
1 parent cf94f33 commit cb84838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/login/login.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,11 +1047,11 @@ export function newAppInstance (
10471047
* and/or a developer
10481048
*/
10491049
export async function getUserRoles (): Promise<Array<NamedNode>> {
1050-
const sessionInfo = authSession.info
1050+
const sessionInfo = authSession.info
10511051
if (!sessionInfo?.isLoggedIn || !sessionInfo?.webId) {
10521052
return []
10531053
}
1054-
1054+
10551055
const currentUser = authn.currentUser()
10561056
if (!currentUser) {
10571057
return []

0 commit comments

Comments
 (0)