diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yaml b/.github/ISSUE_TEMPLATE/1-bug-report.yaml index 5df5627..a7f4989 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yaml @@ -32,7 +32,7 @@ body: label: Expected behaviour validations: required: true - + - type: input id: library-version attributes: @@ -58,7 +58,6 @@ body: validations: required: true - - type: textarea id: screenshots attributes: @@ -66,7 +65,6 @@ body: placeholder: | If applicable, add screenshots to help explain your problem. - - type: textarea id: desktop attributes: @@ -76,7 +74,6 @@ body: Browser [e.g. Google Chrome, Mozilla Firefox, Micro Soft Edge, Safari] Version [e.g. 92] - - type: textarea id: mobile attributes: @@ -86,7 +83,7 @@ body: OS: [e.g. iOS] Browser [e.g. Google Chrome, Mozilla Firefox, Micro Soft Edge, Safari] Version [e.g. 91] - + - type: textarea id: other attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yaml b/.github/ISSUE_TEMPLATE/2-feature-request.yaml index dec6a5b..9ed1cd0 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yaml @@ -28,7 +28,7 @@ body: A clear and concise description of any alternative solutions or features you've considered. validations: required: true - + - type: textarea id: other attributes: diff --git a/projects/ngx-cookie-service/src/lib/cookie.service.ts b/projects/ngx-cookie-service/src/lib/cookie.service.ts index 67e7056..9c045a5 100644 --- a/projects/ngx-cookie-service/src/lib/cookie.service.ts +++ b/projects/ngx-cookie-service/src/lib/cookie.service.ts @@ -190,7 +190,7 @@ export class CookieService { options.secure = true; console.warn( `[ngx-cookie-service] Cookie ${name} was forced with secure flag because sameSite=None.` + - `More details : https://github.com/stevermeister/ngx-cookie-service/issues/86#issuecomment-597720130`, + `More details : https://github.com/stevermeister/ngx-cookie-service/issues/86#issuecomment-597720130` ); } if (options.secure) {