diff --git a/Seasoned.Backend/Program.cs b/Seasoned.Backend/Program.cs index 7b88ee6..68e2e2c 100644 --- a/Seasoned.Backend/Program.cs +++ b/Seasoned.Backend/Program.cs @@ -26,7 +26,7 @@ builder.Services.AddCors(options => { options.AddPolicy("SeasonedOriginPolicy", policy => { - policy.WithOrigins("https://https://seasoned.ddns.net") + policy.WithOrigins("https://seasoned.ddns.net") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials(); diff --git a/Seasoned.Frontend/app/assets/css/auth.css b/Seasoned.Frontend/app/assets/css/login.css similarity index 92% rename from Seasoned.Frontend/app/assets/css/auth.css rename to Seasoned.Frontend/app/assets/css/login.css index 2f98613..ce9395f 100644 --- a/Seasoned.Frontend/app/assets/css/auth.css +++ b/Seasoned.Frontend/app/assets/css/login.css @@ -16,7 +16,7 @@ /* Enhancing the custom-input for Auth with icons */ .auth-input .v-field__prepend-inner { - display: flex !important; /* Overriding the 'display: none' from app-theme.css */ + display: flex !important; padding-right: 12px; } diff --git a/Seasoned.Frontend/app/pages/index.vue b/Seasoned.Frontend/app/pages/index.vue index 827640c..5feb046 100644 --- a/Seasoned.Frontend/app/pages/index.vue +++ b/Seasoned.Frontend/app/pages/index.vue @@ -61,10 +61,10 @@ View Collection @@ -124,8 +124,10 @@ \ No newline at end of file diff --git a/Seasoned.Frontend/nuxt.config.ts b/Seasoned.Frontend/nuxt.config.ts index c93906c..87b7a87 100644 --- a/Seasoned.Frontend/nuxt.config.ts +++ b/Seasoned.Frontend/nuxt.config.ts @@ -14,7 +14,7 @@ export default defineNuxtConfig({ '@mdi/font/css/materialdesignicons.min.css', '~/assets/css/app-theme.css', '~/assets/css/gallery.css', - '~/assets/css/auth.css' + '~/assets/css/login.css' ], build: {