Skip to content

Commit 12599b3

Browse files
megothVinnl
andauthored
Update src/authn/authn.ts
Co-Authored-By: Vincent <Vinnl@users.noreply.github.com>
1 parent 71c4ac3 commit 12599b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authn/authn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function currentUser (): $rdf.NamedNode | null {
110110
*
111111
* @returns {Promise<context>}
112112
*/
113-
export async function logIn (context: AuthenticationContext): Promise<AuthenticationContext> {
113+
export function logIn (context: AuthenticationContext): Promise<AuthenticationContext> {
114114
const me = defaultTestUser() // me is a NamedNode or null
115115

116116
if (me) {

0 commit comments

Comments
 (0)