Microsoft Re-authorization flow (#6268)

This commit is contained in:
Tejaswini Chile
2023-01-19 01:06:01 +05:30
committed by GitHub
parent 8d60bd9970
commit 83ea2a87e2
7 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class MicrosoftController < ApplicationController
def identity_association
render layout: false
end
end