oidc登录按钮支持自定义文字
This commit is contained in:
@@ -73,7 +73,7 @@ export async function POST(request: NextRequest) {
|
||||
);
|
||||
}
|
||||
|
||||
let oidcSession;
|
||||
let oidcSession: any;
|
||||
try {
|
||||
oidcSession = JSON.parse(oidcSessionCookie);
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user