Skip to content
Unverified Commit be2d8cc4 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Do not invalidate main token on OAuth



Fixes #10584

We deleted the main token when using the login flow else mutliple tokens
would show up for a single user.

However in the case of OAuth this is perfectly fine as the
authentication happens really in your browser:

1. You are already logged in, no need to log you out
2. You are not logged in yet, but since you log in into the exact same
browser the expected behavior is to stay logged in.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent f778da90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment