Skip to content

added redirect uri option #8

added redirect uri option

added redirect uri option #8

Triggered via pull request October 30, 2024 23:37
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build (20): src/authsch.strategy.ts#L55
Replace ``${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri?·`&redirect_uri=${this.redirectUri}`·:·""·}`` with `⏎······`${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri·?·`&redirect_uri=${this.redirectUri}`·:·''}`⏎····`
build (20)
Process completed with exit code 1.
build (22)
The job was canceled because "_20" failed.
build (22): src/authsch.strategy.ts#L55
Replace ``${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri?·`&redirect_uri=${this.redirectUri}`·:·""·}`` with `⏎······`${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri·?·`&redirect_uri=${this.redirectUri}`·:·''}`⏎····`
build (22)
The operation was canceled.
build (latest)
The job was canceled because "_20" failed.
build (latest): src/authsch.strategy.ts#L55
Replace ``${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri?·`&redirect_uri=${this.redirectUri}`·:·""·}`` with `⏎······`${this.authEndpoint}?response_type=code&client_id=${this.clientId}&scope=${this.scopes}${this.redirectUri·?·`&redirect_uri=${this.redirectUri}`·:·''}`⏎····`
build (latest)
The operation was canceled.
build (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/