[grade=B] feat(auth): onboard missing credentials into encrypted vault
This commit is contained in:
@@ -113,7 +113,7 @@ test('an existing status.sami session returns to a service without another TOTP
|
||||
setTimeout(fn) { scheduled = fn; },
|
||||
console,
|
||||
fetch: async (url) => {
|
||||
assert.equal(url, '/api/v1/auth/sso-handoff');
|
||||
assert.equal(url, '/api/v1/auth/sso-handoff?serviceId=plex');
|
||||
return { ok: true, json: async () => ({ success: true, ssoToken: 'existing-session-token' }) };
|
||||
},
|
||||
window: {
|
||||
|
||||
Reference in New Issue
Block a user