Skip to content

Commit f27309a

Browse files
committed
fix login lint
1 parent 4fe6ab2 commit f27309a

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
@@ -1079,11 +1079,11 @@ export function newAppInstance (
10791079
* and/or a developer
10801080
*/
10811081
export async function getUserRoles (): Promise<Array<NamedNode>> {
1082-
const sessionInfo = authSession.info
1082+
const sessionInfo = authSession.info
10831083
if (!sessionInfo?.isLoggedIn || !sessionInfo?.webId) {
10841084
return []
10851085
}
1086-
1086+
10871087
const currentUser = authn.currentUser()
10881088
if (!currentUser) {
10891089
return []

0 commit comments

Comments
 (0)