We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c0621a + 656ebde commit 917c502Copy full SHA for 917c502
packages/ember-simple-auth/src/test-support/index.ts
@@ -20,7 +20,7 @@ function ensureAuthenticator(owner: any) {
20
* @return {Promise}
21
* @public
22
*/
23
-export async function authenticateSession(sessionData: Record<string, string>) {
+export async function authenticateSession(sessionData: Record<string, any>) {
24
const { owner } = getContext() as { owner: any };
25
const session = owner.lookup(SESSION_SERVICE_KEY);
26
ensureAuthenticator(owner);
0 commit comments