fix(auth): redirect callback to cabinet and align landing blocks

This commit is contained in:
Ruslan Bakiev
2026-04-21 12:46:47 +07:00
parent 7033df0fbc
commit 351125b51d
11 changed files with 258 additions and 152 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">Absolut Bank</title>
<rect width="180" height="64" rx="18" fill="#fff8ea"/>
<circle cx="34" cy="32" r="14" fill="#d84a2f"/>
<text x="58" y="37" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="18" font-weight="800">Absolut Bank</text>
</svg>

After

Width:  |  Height:  |  Size: 405 B

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">Dellin</title>
<rect width="180" height="64" rx="18" fill="#eef8f0"/>
<path d="M28 20h22v24H28z" fill="#2b8a3e"/>
<path d="M34 26h10v12H34z" fill="#ffffff"/>
<text x="62" y="38" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="22" font-weight="800">Dellin</text>
</svg>

After

Width:  |  Height:  |  Size: 435 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">FESCO</title>
<rect width="180" height="64" rx="18" fill="#eef5ff"/>
<path d="M24 39c13-17 29-17 42 0" fill="none" stroke="#2563eb" stroke-width="7" stroke-linecap="round"/>
<text x="76" y="38" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="23" font-weight="900">FESCO</text>
</svg>

After

Width:  |  Height:  |  Size: 448 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">Gazprom</title>
<rect width="180" height="64" rx="18" fill="#eef7ff"/>
<path d="M36 18c8 10 2 15 2 22 0 5 4 8 9 8 8 0 13-6 13-14 0-9-7-16-15-22 2 10-8 14-9 6Z" fill="#2b7de9"/>
<text x="72" y="38" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="22" font-weight="900">Gazprom</text>
</svg>

After

Width:  |  Height:  |  Size: 453 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">Kalashnikov</title>
<rect width="180" height="64" rx="18" fill="#f5f0ea"/>
<path d="M30 20h24v8H42v16H30z" fill="#242424"/>
<text x="64" y="37" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="17" font-weight="900">Kalashnikov</text>
</svg>

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">PEK</title>
<rect width="180" height="64" rx="18" fill="#fff2e6"/>
<rect x="26" y="20" width="34" height="24" rx="7" fill="#ef7d22"/>
<text x="74" y="39" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="27" font-weight="900">PEK</text>
</svg>

After

Width:  |  Height:  |  Size: 406 B

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">Russia 1</title>
<rect width="180" height="64" rx="18" fill="#eef3ff"/>
<rect x="24" y="20" width="42" height="24" rx="7" fill="#2563eb"/>
<rect x="50" y="20" width="16" height="24" rx="5" fill="#dc2626"/>
<text x="78" y="38" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="22" font-weight="900">Russia 1</text>
</svg>

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="64" viewBox="0 0 180 64" role="img" aria-labelledby="title">
<title id="title">SberLog</title>
<rect width="180" height="64" rx="18" fill="#edf9f2"/>
<circle cx="39" cy="32" r="15" fill="#21a038"/>
<path d="m31 31 6 6 13-15" fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<text x="66" y="38" fill="#1f2937" font-family="Onest, Arial, sans-serif" font-size="22" font-weight="900">SberLog</text>
</svg>

After

Width:  |  Height:  |  Size: 519 B