Skip to content

Commit

Permalink
#2490 Remove unneeded class
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Jun 19, 2024
1 parent a9bca7e commit 16ada20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const emailVerificationInfo = useEmailVerificationInfo()
</script>

<template>
<div class="container-fluid">
<div>
<div class="flex justify-content-center text-center" data-cy="emailVerificationSentConfirmation">
<div class="" style="min-width: 20rem;">
<div class="mt-5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ watch(() => timer.value, (newValue) => {
</script>

<template>
<loading-container :is-loading="loading" class="container-fluid">
<loading-container :is-loading="loading">
<div class="flex justify-content-center text-center" data-cy="emailConfirmation">
<div class="" style="min-width: 20rem;">
<div class="mt-5">
Expand Down

0 comments on commit 16ada20

Please sign in to comment.