Minor style change
This commit is contained in:
@@ -495,7 +495,7 @@ if (browser) {
|
||||
<div class="flex flex-row flex-wrap items-center justify-center gap-2">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm preset-tonal-primary"
|
||||
class="btn btn-sm preset-tonal-secondary"
|
||||
onclick={() => {
|
||||
auto_retry_count = 0;
|
||||
$idaa_sess.recovery_meetings.search_version++;
|
||||
@@ -509,7 +509,7 @@ if (browser) {
|
||||
Mirrors the "Clear Cache & Reload" button in the IDAA layout auth error state. -->
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm preset-tonal-surface preset-outlined-warning-100-900 hover:preset-filled-warning-200-800 transition-all"
|
||||
class="btn btn-sm preset-tonal-secondary preset-outlined-warning-100-900 hover:preset-filled-warning-200-800 transition-all"
|
||||
onclick={async () => {
|
||||
// Save the iframe reload URL first — it carries the Novi UUID + key
|
||||
// params needed to re-authenticate after the cache wipe.
|
||||
|
||||
Reference in New Issue
Block a user