feat: remove prompt param

This commit is contained in:
Shivam Mishra
2026-05-29 18:33:07 +05:30
committed by Vishnu Narayanan
parent 4339e0ee0a
commit c8b65f86c9
2 changed files with 2 additions and 2 deletions
@@ -6,8 +6,7 @@ class Api::V1::Accounts::Microsoft::AuthorizationsController < Api::V1::Accounts
{
redirect_uri: "#{base_url}/microsoft/callback",
scope: scope,
state: state,
prompt: 'consent'
state: state
}
)
if redirect_url