remove unnecessary code in withssb.go

This commit is contained in:
Andre Staltz 2021-11-12 13:35:43 +02:00 committed by André Staltz
parent 3c6831d39a
commit 747f5123f3
1 changed files with 0 additions and 3 deletions

View File

@ -368,9 +368,6 @@ func (h WithSSBHandler) serverInitiated(sc string, userAgent string) (templateDa
Opaque: "experimental",
RawQuery: queryParams.Encode(),
}
startAuthURI.Scheme = "ssb"
startAuthURI.Opaque = "experimental"
startAuthURI.RawQuery = queryParams.Encode()
var qrURI string
if !isSolvingRemotely {