web: make user password-reset button use action button
This commit is contained in:
@ -20,7 +20,7 @@ export class Message extends LitElement {
|
||||
message?: APIMessage;
|
||||
|
||||
@property({type: Number})
|
||||
removeAfter = 3000;
|
||||
removeAfter = 8000;
|
||||
|
||||
@property({attribute: false})
|
||||
onRemove?: (m: APIMessage) => void;
|
||||
|
||||
Reference in New Issue
Block a user