Skip to content

Commit f499141

Browse files
committed
Make login status background optional
1 parent cb84838 commit f499141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/login/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export function selectWorkspace (
758758
const box = dom.createElement('div')
759759
const context: AuthenticationContext = { me, dom, div: box }
760760

761-
function say (s, background) {
761+
function say (s, background?) {
762762
box.appendChild(widgets.errorMessageBlock(dom, s, background))
763763
}
764764

0 commit comments

Comments
 (0)