Also approve accounts when creating with admin()

This commit is contained in:
3wc 2025-06-07 19:01:03 +01:00
parent d79abf04ad
commit ba632b7d61

View File

@ -57,6 +57,7 @@ admin() {
environment
bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner
bin/tootctl accounts approve "$1"
}
shell() {