Monorepo for Tangled tangled.org

appview/oauth: handle failed login with error code #717

merged opened by boltless.me targeting master from push-zmowtwoprttl
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3m3v6tckw6s22
+2 -2
Interdiff #0 โ†’ #1
appview/oauth/handler.go

This file has not been changed.

+2 -2
appview/pages/pages.go
··· 220 220 } 221 221 222 222 type LoginParams struct { 223 - ReturnUrl string 224 - ErrorCode string 223 + ReturnUrl string 224 + ErrorCode string 225 225 } 226 226 227 227 func (p *Pages) Login(w io.Writer, params LoginParams) error {
appview/pages/templates/user/login.html

This file has not been changed.

appview/state/login.go

This file has not been changed.

History

3 rounds 2 comments
sign up or login to add to the discussion
1 commit
expand
appview/oauth: handle failed login with error code
3/3 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
appview/oauth: handle failed login with error code
3/3 success
expand
expand 1 comment

Oh, just noticed; super tiny nit about the copy text: can you end each sentence a period? So, "โ€ฆ Please try again." (ending with a ".")

1 commit
expand
appview/oauth: handle failed login with error code
1/3 failed, 2/3 timeout
expand
expand 1 comment

Looks good! A quick nix run .#fmt and we should be good to merge.