learn iframe fixed 3
This commit is contained in:
parent
fbb7f91dc3
commit
d14b7d379b
@ -10,8 +10,8 @@ export default async function Page() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="w-full h-screen bg-black p-0 m-0">
|
<main className="w-full h-screen bg-black">
|
||||||
<div className="w-full h-full">
|
<div className="w-full h-full pt-16">
|
||||||
<iframe
|
<iframe
|
||||||
src="https://connect.slm-lab.net/realms/cercle/protocol/openid-connect/auth?client_id=mediations.slm-lab.net&redirect_uri=https%3A%2F%2Fmediations.slm-lab.net%2F%3Fopenid_mode%3Dtrue&scope=openid%20profile%20email&response_type=code"
|
src="https://connect.slm-lab.net/realms/cercle/protocol/openid-connect/auth?client_id=mediations.slm-lab.net&redirect_uri=https%3A%2F%2Fmediations.slm-lab.net%2F%3Fopenid_mode%3Dtrue&scope=openid%20profile%20email&response_type=code"
|
||||||
className="w-full h-full border-none"
|
className="w-full h-full border-none"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user